Package io.jmix.flowui.component
Interface PickerComponent<V>
- All Superinterfaces:
HasActions
,com.vaadin.flow.component.HasElement
,Serializable
,SupportsUserAction<V>
,SupportsValueSource<V>
- All Known Subinterfaces:
EntityPickerComponent<E>
- All Known Implementing Classes:
EntityComboBox
,EntityPicker
,JmixMultiValuePicker
,JmixValuePicker
public interface PickerComponent<V>
extends SupportsValueSource<V>, HasActions, SupportsUserAction<V>, com.vaadin.flow.component.HasElement
-
Method Summary
Methods inherited from interface io.jmix.flowui.kit.component.HasActions
addAction, addAction, getAction, getActions, removeAction, removeAction, removeAllActions
Methods inherited from interface com.vaadin.flow.component.HasElement
getElement
Methods inherited from interface io.jmix.flowui.kit.component.SupportsUserAction
setValueFromClient
Methods inherited from interface io.jmix.flowui.data.SupportsValueSource
getValueSource, setValueSource