Interface SetSelectionModel<T>

Type Parameters:
T - the record data type
All Superinterfaces:
HasHandlers, ProvidesKey<T>, SelectionChangeEvent.HasSelectionChangedHandlers, SelectionModel<T>
All Known Implementing Classes:
MultiSelectionModel, OrderedMultiSelectionModel, SingleSelectionModel

public interface SetSelectionModel<T> extends SelectionModel<T>
A model that allows getting all elements and clearing the selection.
  • Method Details

    • clear

      void clear()
      Clears the current selection.
    • getSelectedSet

      Set<T> getSelectedSet()
      Get the set of selected items.
      Returns:
      the set of selected items