Interface PersistentPropertyDescriptorSortInfo
- All Superinterfaces:
PersistentSortInfo,SortInfo
- All Known Implementing Classes:
PersistentPropertyDescriptorSortInfoImpl
Represents sorting information for persistent operations that are based on
GroupPropertyDescriptor.-
Method Summary
Modifier and TypeMethodDescriptionRetrieves a list ofPersistentSortInforepresenting sorting details for persistent operations.Methods inherited from interface io.jmix.flowui.component.grid.sort.PersistentSortInfo
getExpressions, setExpressionsMethods inherited from interface io.jmix.flowui.component.grid.sort.SortInfo
getMetaPropertyPath, getSortKey, isAscending
-
Method Details
-
getPersistentSortInfos
List<PersistentSortInfo> getPersistentSortInfos()Retrieves a list ofPersistentSortInforepresenting sorting details for persistent operations. These sorting details are based on theGroupPropertyDescriptor.getSortProperties().- Returns:
- a list of
PersistentSortInfoinstances
-