Package io.jmix.flowui.component
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
-
Method Summary
Methods inherited from interface io.jmix.flowui.kit.component.HasActions
addAction, addAction, getAction, getActions, removeAction, removeAction, removeAllActionsMethods inherited from interface com.vaadin.flow.component.HasElement
getElementMethods inherited from interface io.jmix.flowui.kit.component.SupportsUserAction
setValueFromClientMethods inherited from interface io.jmix.flowui.data.SupportsValueSource
getValueSource, setValueSource