Package io.jmix.ui.component
Interface ValuePicker.ValuePickerAction
- All Known Subinterfaces:
EntityPicker.EntityPickerAction
,TagPicker.TagPickerAction
- All Known Implementing Classes:
DateIntervalAction
,EntityClearAction
,EntityLookupAction
,EntityOpenAction
,EntityOpenCompositionAction
,TagLookupAction
,ValueClearAction
,ValuesSelectAction
- Enclosing interface:
- ValuePicker<V>
public static interface ValuePicker.ValuePickerAction
Interface to be implemented by actions intended to be used by ValuePicker.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
editableChanged
(boolean editable) Called byValuePicker
to inform about its editable state.boolean
void
setPicker
(ValuePicker valuePicker) Sets aValuePicker
instance associated with this action.
-
Field Details
-
PROP_EDITABLE
- See Also:
-
-
Method Details
-
setPicker
Sets aValuePicker
instance associated with this action.- Parameters:
valuePicker
- aValuePicker
instance to set
-
editableChanged
void editableChanged(boolean editable) Called byValuePicker
to inform about its editable state.- Parameters:
editable
- aValuePicker
editable state
-
isEditable
boolean isEditable()- Returns:
- whether this action is editable
-