Package io.jmix.flowui.view
Interface MultiSelectLookupView
- All Known Implementing Classes:
AddConditionView
,AllTasksView
,BusinessCalendarListView
,CategoryListView
,ContentStorageListView
,DmnDecisionTableListView
,DmnDecisionTableLookupView
,EmailAttachmentFragment
,EntityAttributesFragment
,EntityInspectorListView
,EntityLogView
,EntityTreeNodeListView
,ExecutionListenersFragment
,ExtensionPropertiesFragment
,FormFieldLookup
,InAppNotificationListView
,JobModelListView
,JpqlParametersFragment
,MultiValueSelectDialog
,MyTasksListView
,ProcessDefinitionLookupView
,ProcessInstanceListView
,ReportExecutionDialog
,ReportExecutionListView
,ReportGroupListView
,ReportListView
,ReportRunView
,ResourceRoleModelListView
,ResourceRoleModelLookupView
,RowLevelRoleModelListView
,RowLevelRoleModelLookupView
,SendingMessageAttachmentsListView
,StandardListView
,StartProcessView
,TenantListView
,UserGroupListView
,UserSessionsView
,WebdavDocumentListView
,WebdavDocumentVersionsLookupView
public interface MultiSelectLookupView
A view that can change selection mode of its lookup component.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setLookupComponentMultiSelect
(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
-true
to enable multiple selections,false
otherwise
-