Class SelectionInfo<T>


  • public class SelectionInfo<T>
    extends Object
    Holds the selected items in a DataProvider.
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getSelection

        public List<T> getSelection()
      • hasSelection

        public boolean hasSelection()
      • isSelected

        public boolean isSelected​(T item)
      • getSelectionCount

        public int getSelectionCount()