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