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
Fields - 
Method Summary
Modifier and TypeMethodDescriptionvoideditableChanged(boolean editable) Called byValuePickerto inform about its editable state.booleanvoidsetPicker(ValuePicker valuePicker) Sets aValuePickerinstance associated with this action. 
- 
Field Details
- 
PROP_EDITABLE
- See Also:
 
 
 - 
 - 
Method Details
- 
setPicker
Sets aValuePickerinstance associated with this action.- Parameters:
 valuePicker- aValuePickerinstance to set
 - 
editableChanged
void editableChanged(boolean editable) Called byValuePickerto inform about its editable state.- Parameters:
 editable- aValuePickereditable state
 - 
isEditable
boolean isEditable()- Returns:
 - whether this action is editable
 
 
 -