Interface ColumnSortInfo<E>

Type Parameters:
E - entity type
All Superinterfaces:
PropertySortInfo
All Known Subinterfaces:
GroupPropertyDescriptorSortInfo<E>
All Known Implementing Classes:
ColumnSortInfoImpl, GroupPropertyDescriptorSortInfoImpl

@NullMarked public interface ColumnSortInfo<E> extends PropertySortInfo
Represents sorting information for a specific column.
  • Method Details

    • getColumn

      DataGridColumn<E> getColumn()
      Returns:
      the column associated with this sort info