Interface PropertySortInfo
- All Known Subinterfaces:
ColumnSortInfo<E>,GroupPropertyDescriptorSortInfo<E>,GroupSortInfo<E>
- All Known Implementing Classes:
ColumnSortInfoImpl,GroupPropertyDescriptorSortInfoImpl,GroupSortInfoImpl
@NullMarked
public interface PropertySortInfo
Represents sorting information for a property or a column.
-
Method Summary
-
Method Details
-
getMetaPropertyPath
@Nullable MetaPropertyPath getMetaPropertyPath()- Returns:
- the meta property path associated with this sort info, or
nullif the column is not bound to a meta property path
-
isAscending
boolean isAscending()- Returns:
trueif the sort is ascending,falseotherwise
-