Interface MultiSelectLookupView

All Known Implementing Classes:
EntityInspectorListView, EntityLogView, ResourceRoleModelListView, ResourceRoleModelLookupView, RowLevelRoleModelListView, RowLevelRoleModelLookupView, StandardListView, UserSessionsView

public interface MultiSelectLookupView
A view that can change selection mode of its lookup component.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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