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

public interface EntityPickerComponent<E> extends PickerComponent<E>, SupportsMetaClass
An interface that represents a picker component for selecting or interacting with entities.