Interface SetSelectionModel<T>

    • Method Detail

      • clear

        void clear()
        Clears the current selection.
      • getSelectedSet

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