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 Details

    • getMetaPropertyPath

      @Nullable MetaPropertyPath getMetaPropertyPath()
      Returns:
      the meta property path associated with this sort info, or null if the column is not bound to a meta property path
    • isAscending

      boolean isAscending()
      Returns:
      true if the sort is ascending, false otherwise