Interface ColumnSortInfo<E>
- Type Parameters:
E- entity type
- All Superinterfaces:
PropertySortInfo
- All Known Subinterfaces:
GroupPropertyDescriptorSortInfo<E>
- All Known Implementing Classes:
ColumnSortInfoImpl,GroupPropertyDescriptorSortInfoImpl
Represents sorting information for a specific column.
-
Method Summary
Methods inherited from interface io.jmix.groupgridflowui.component.PropertySortInfo
getMetaPropertyPath, isAscending
-
Method Details
-
getColumn
DataGridColumn<E> getColumn()- Returns:
- the column associated with this sort info
-