Class SelectionInfo<T>

java.lang.Object
org.patternfly.dataprovider.SelectionInfo<T>

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

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object
    • getSelection

      public List<T> getSelection()
    • hasSelection

      public boolean hasSelection()
    • isSelected

      public boolean isSelected(T item)
    • getSelectionCount

      public int getSelectionCount()