Package io.jmix.flowui.component
Interface PickerComponent<V>
- 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
- 
Method SummaryMethods inherited from interface io.jmix.flowui.kit.component.HasActionsaddAction, addAction, getAction, getActions, removeAction, removeAction, removeAllActionsMethods inherited from interface com.vaadin.flow.component.HasElementgetElementMethods inherited from interface io.jmix.flowui.kit.component.SupportsUserActionsetValueFromClientMethods inherited from interface io.jmix.flowui.data.SupportsValueSourcegetValueSource, setValueSource