Interface GroupSortInfo<E>

Type Parameters:
E - entity type
All Superinterfaces:
PropertySortInfo
All Known Implementing Classes:
GroupSortInfoImpl

@NullMarked public interface GroupSortInfo<E> extends PropertySortInfo
Represents sort information for a group column.
  • Method Details

    • getGroupColumn

      @Nullable GroupDataGridColumn<E> getGroupColumn()
      Returns the group column associated with this sort info, or null if 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