Interface GroupSortInfo<E>
- Type Parameters:
E- entity type
- All Superinterfaces:
PropertySortInfo
- All Known Implementing Classes:
GroupSortInfoImpl
Represents sort information for a group column.
-
Method Summary
Modifier and TypeMethodDescription@Nullable GroupDataGridColumn<E> Returns the group column associated with this sort info, ornullif sorting occurs without explicitly specifying a group column.Methods inherited from interface io.jmix.groupgridflowui.component.PropertySortInfo
getMetaPropertyPath, isAscending
-
Method Details
-
getGroupColumn
@Nullable GroupDataGridColumn<E> getGroupColumn()Returns the group column associated with this sort info, ornullif sorting occurs without explicitly specifying a group column.- Returns:
- the group column
-
getGroupingSortInfos
List<ColumnSortInfo<E>> getGroupingSortInfos()- Returns:
- the list of sort information for the grouping columns
-