Package io.jmix.ui.component
Interface EntityPicker.EntityPickerAction
- All Superinterfaces:
ValuePicker.ValuePickerAction
- All Known Implementing Classes:
EntityClearAction
,EntityLookupAction
,EntityOpenAction
,EntityOpenCompositionAction
- Enclosing interface:
- EntityPicker<V>
-
Field Summary
Fields inherited from interface io.jmix.ui.component.ValuePicker.ValuePickerAction
PROP_EDITABLE
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setEntityPicker
(EntityPicker valuePicker) default void
setPicker
(ValuePicker valuePicker) Sets aValuePicker
instance associated with this action.Methods inherited from interface io.jmix.ui.component.ValuePicker.ValuePickerAction
editableChanged, isEditable
-
Method Details
-
setEntityPicker
-
setPicker
Description copied from interface:ValuePicker.ValuePickerAction
Sets aValuePicker
instance associated with this action.- Specified by:
setPicker
in interfaceValuePicker.ValuePickerAction
- Parameters:
valuePicker
- aValuePicker
instance to set
-