Package org.patternfly.dataprovider
Class SelectionInfo<T>
- java.lang.Object
-
- org.patternfly.dataprovider.SelectionInfo<T>
-
public class SelectionInfo<T> extends Object
Holds the selected items in aDataProvider.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<T>getSelection()intgetSelectionCount()inthashCode()booleanhasSelection()booleanisSelected(T item)StringtoString()
-
-
-
Method Detail
-
hasSelection
public boolean hasSelection()
-
isSelected
public boolean isSelected(T item)
-
getSelectionCount
public int getSelectionCount()
-
-