Package io.jmix.flowui.component
Interface EntityMultiPickerComponent<E>
- Type Parameters:
E- the type of entity contained in the collection managed by the component
- All Superinterfaces:
EntityPickerComponent<Collection<E>>,HasActions,com.vaadin.flow.component.HasElement,PickerComponent<Collection<E>>,Serializable,SupportsMetaClass,SupportsUserAction<Collection<E>>,SupportsValueSource<Collection<E>>
- All Known Implementing Classes:
JmixMultiSelectComboBoxPicker
A specialized interface for picker components that enables the selection or management
of multiple entities within a collection.
-
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