Package io.jmix.flowui.component
Interface EntityPickerComponent<E>
- Type Parameters:
E- the type of entity to be selected or managed by the component
- All Superinterfaces:
HasActions,com.vaadin.flow.component.HasElement,PickerComponent<E>,Serializable,SupportsMetaClass,SupportsUserAction<E>,SupportsValueSource<E>
- All Known Subinterfaces:
EntityMultiPickerComponent<E>
- All Known Implementing Classes:
EntityComboBox,EntityPicker,JmixMultiSelectComboBoxPicker
An interface that represents a picker component for selecting or interacting with entities.
-
Method Summary
Methods inherited from interface io.jmix.flowui.kit.component.HasActions
addAction, addAction, getAction, getActions, removeAction, removeAction, removeAllActionsMethods inherited from interface com.vaadin.flow.component.HasElement
getElementMethods inherited from interface io.jmix.flowui.component.SupportsMetaClass
getMetaClass, setMetaClassMethods inherited from interface io.jmix.flowui.kit.component.SupportsUserAction
setValueFromClientMethods inherited from interface io.jmix.flowui.data.SupportsValueSource
getValueSource, setValueSource