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
FieldsFields inherited from interface io.jmix.ui.component.ValuePicker.ValuePickerAction
PROP_EDITABLE - 
Method Summary
Modifier and TypeMethodDescriptiondefault voidsetPicker(ValuePicker valuePicker) Sets aValuePickerinstance associated with this action.voidsetTagPicker(TagPicker tagPicker) SetsTagPickerto the action.Methods inherited from interface io.jmix.ui.component.ValuePicker.ValuePickerAction
editableChanged, isEditable 
- 
Field Details
- 
PROP_MULTISELECT
- See Also:
 
 
 - 
 - 
Method Details
- 
setTagPicker
SetsTagPickerto the action.- Parameters:
 tagPicker- field to set
 - 
setPicker
Description copied from interface:ValuePicker.ValuePickerActionSets aValuePickerinstance associated with this action.- Specified by:
 setPickerin interfaceValuePicker.ValuePickerAction- Parameters:
 valuePicker- aValuePickerinstance to set
 
 -