Interface LookupComponent.MultiSelectLookupComponent<T>

Type Parameters:
T - the type of items contained within the lookup component
All Superinterfaces:
LookupComponent<T>
All Known Implementing Classes:
AbstractGroupDataGridAdapter, DataGrid, GroupDataGrid, GroupDataGridAdapter, TreeDataGrid
Enclosing interface:
LookupComponent<T>

public static interface LookupComponent.MultiSelectLookupComponent<T> extends LookupComponent<T>
Interface representing a multi-select lookup component.
  • Method Details

    • enableMultiSelect

      default void enableMultiSelect()
      Enables multi-selection functionality for the component.

      This method sets the component to allow the selection of multiple items simultaneously by internally invoking setMultiSelect(true).

    • setMultiSelect

      void setMultiSelect(boolean multiSelect)
      Sets whether the component allows multi-selection or not.
      Parameters:
      multiSelect - if true, multi-selection is enabled; otherwise, multi-selection is disabled