Package io.jmix.flowui.view
Interface MultiSelectLookupView
- All Known Implementing Classes:
AddConditionView,EntityInspectorListView,EntityLogView,JobModelListView,MultiValueSelectDialog,ResourceRoleModelListView,ResourceRoleModelLookupView,RowLevelRoleModelListView,RowLevelRoleModelLookupView,StandardListView,TenantListView,UserSessionsView
public interface MultiSelectLookupView
A view that can change selection mode of its lookup component.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetLookupComponentMultiSelect(boolean multiSelect) Informs the view that a lookup component should change its selection mode, if possible.
-
Method Details
-
setLookupComponentMultiSelect
void setLookupComponentMultiSelect(boolean multiSelect) Informs the view that a lookup component should change its selection mode, if possible.- Parameters:
multiSelect-trueto enable multiple selections,falseotherwise
-