Interface MultiSelectLookupScreen

All Known Implementing Classes:
StandardLookup

public interface MultiSelectLookupScreen
A screen that can change selection mode of lookup component.
  • Method Summary

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