Uses of Class
org.patternfly.dataprovider.SortInfo
-
Packages that use SortInfo Package Description org.patternfly.components org.patternfly.dataprovider -
-
Uses of SortInfo in org.patternfly.components
Methods in org.patternfly.components with parameters of type SortInfo Modifier and Type Method Description voidCardView. updateSortInfo(SortInfo<T> sortInfo)voidDataList. updateSortInfo(SortInfo<T> sortInfo)voidDataTable. updateSortInfo(SortInfo<T> sortInfo)voidOldToolbar. updateSortInfo(SortInfo<T> sortInfo) -
Uses of SortInfo in org.patternfly.dataprovider
Methods in org.patternfly.dataprovider with parameters of type SortInfo Modifier and Type Method Description voidDataProvider. sort(SortInfo<T> sortInfo)voidDisplay. updateSortInfo(SortInfo<T> sortInfo)
-