Interface InMemoryPropertyDescriptorSortInfo
- All Superinterfaces:
InMemorySortInfo,SortInfo
- All Known Implementing Classes:
InMemoryPropertyDescriptorSortInfoImpl
Represents sorting information for in-memory operations that are based on
GroupPropertyDescriptor.-
Method Summary
Modifier and TypeMethodDescriptionRetrieves a list ofInMemorySortInforepresenting sorting details for in-memory operations.Methods inherited from interface io.jmix.flowui.component.grid.sort.InMemorySortInfo
getComparator, setComparatorMethods inherited from interface io.jmix.flowui.component.grid.sort.SortInfo
getMetaPropertyPath, getSortKey, isAscending
-
Method Details
-
getInMemorySortInfos
List<InMemorySortInfo> getInMemorySortInfos()Retrieves a list ofInMemorySortInforepresenting sorting details for in-memory operations. These sorting details are based on theGroupPropertyDescriptor.getSortProperties().- Returns:
- a list of
InMemorySortInfoinstances
-