Uses of Class
org.patternfly.dataprovider.SelectionInfo
-
Packages that use SelectionInfo Package Description org.patternfly.components org.patternfly.dataprovider -
-
Uses of SelectionInfo in org.patternfly.components
Methods in org.patternfly.components with parameters of type SelectionInfo Modifier and Type Method Description voidCardView. updateSelection(SelectionInfo<T> selectionInfo)voidDataList. updateSelection(SelectionInfo<T> selectionInfo)voidDataTable. updateSelection(SelectionInfo<T> selectionInfo)voidOldToolbar. updateSelection(SelectionInfo<T> selectionInfo) -
Uses of SelectionInfo in org.patternfly.dataprovider
Methods in org.patternfly.dataprovider that return SelectionInfo Modifier and Type Method Description SelectionInfo<T>DataProvider. getSelectionInfo()Methods in org.patternfly.dataprovider with parameters of type SelectionInfo Modifier and Type Method Description voidDisplay. updateSelection(SelectionInfo<T> selectionInfo)
-