Package io.jmix.ui.component
Interface TagPicker.TagPickerAction
- All Superinterfaces:
ValuePicker.ValuePickerAction
- All Known Implementing Classes:
TagLookupAction
The interface that marks implementation as
TagPicker
's action.- See Also:
-
Field Summary
Fields inherited from interface io.jmix.ui.component.ValuePicker.ValuePickerAction
PROP_EDITABLE
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
setPicker
(ValuePicker valuePicker) Sets aValuePicker
instance associated with this action.void
setTagPicker
(TagPicker tagPicker) SetsTagPicker
to the action.Methods inherited from interface io.jmix.ui.component.ValuePicker.ValuePickerAction
editableChanged, isEditable
-
Field Details
-
PROP_MULTISELECT
- See Also:
-
-
Method Details
-
setTagPicker
SetsTagPicker
to the action.- Parameters:
tagPicker
- field to set
-
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
-