Uses of Class
org.patternfly.dataprovider.SelectionInfo
-
Packages that use SelectionInfo Package Description org.patternfly.component org.patternfly.dataprovider -
-
Uses of SelectionInfo in org.patternfly.component
Methods in org.patternfly.component with parameters of type SelectionInfo Modifier and Type Method Description voidCardView. updateSelection(SelectionInfo<T> selectionInfo)Deprecated.voidDataList. updateSelection(SelectionInfo<T> selectionInfo)Deprecated.voidDataTable. updateSelection(SelectionInfo<T> selectionInfo)Deprecated.voidOldToolbar. updateSelection(SelectionInfo<T> selectionInfo)Deprecated. -
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)
-