Interface PickerComponent<V>

Type Parameters:
V - the type of the value handled by the component
All Superinterfaces:
HasActions, com.vaadin.flow.component.HasElement, Serializable, SupportsUserAction<V>, SupportsValueSource<V>
All Known Subinterfaces:
EntityMultiPickerComponent<E>, EntityPickerComponent<E>
All Known Implementing Classes:
EntityComboBox, EntityPicker, JmixMultiSelectComboBoxPicker, JmixMultiValuePicker, JmixValuePicker

public interface PickerComponent<V> extends SupportsValueSource<V>, HasActions, SupportsUserAction<V>, com.vaadin.flow.component.HasElement
Represents a component that facilitates selection or picking of values and provides additional capabilities such as support for actions, value sources, user-related actions, and DOM element manipulation.