Interface EntityMultiPickerComponent<E>

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

public interface EntityMultiPickerComponent<E> extends EntityPickerComponent<Collection<E>>