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