Package io.jmix.ui.screen
Interface MultiSelectLookupScreen
- All Known Implementing Classes:
AddConditionScreen
,AllTasksBrowse
,BusinessCalendarBrowse
,CategoryBrowse
,ContentStorageBrowse
,DashboardGroupBrowse
,DmnDecisionTableLookup
,EmailTemplateBrowse
,EntityInspectorBrowser
,EntityLogBrowser
,EntityTreeLookup
,FormFieldLookup
,ImapFolderLookup
,ImapMailBoxBrowse
,ImapMessageBrowse
,InAppNotificationBrowse
,JobModelBrowse
,MasterDetailScreen
,MyTasksBrowse
,PersistentDashboardBrowse
,ProcessDefinitionBrowse
,ProcessDefinitionLookup
,ProcessInstanceBrowse
,ReportBrowser
,ReportExecutionBrowser
,ReportExecutionDialog
,ReportGroupBrowser
,ReportRun
,ResourceRoleModelBrowse
,ResourceRoleModelLookup
,RowLevelRoleModelBrowse
,RowLevelRoleModelLookup
,SendingMessageAttachments
,StandardLookup
,StartProcessScreen
,TemplateBlockBrowse
,TemplateBlockGroupBrowse
,TemplateGroupBrowse
,TenantBrowse
,UserGroupBrowse
,UserSessionsBrowse
,WebdavDocumentBrowse
,WebdavShowDocumentVersionBrowse
,WidgetTemplateBrowse
,WidgetTemplateGroupBrowse
public interface MultiSelectLookupScreen
A screen that can change selection mode of lookup component.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setLookupComponentMultiSelect
(boolean multiSelect) Informs a screen that a lookup component should change its selection mode, if possible.
-
Method Details
-
setLookupComponentMultiSelect
void setLookupComponentMultiSelect(boolean multiSelect) Informs a screen that a lookup component should change its selection mode, if possible.- Parameters:
multiSelect
-true
to enable multiple selections,false
otherwise
-