Interface FilteredTableSortModel.ColumnSortOrder<C>

Enclosing interface:
FilteredTableSortModel<R,C>

public static interface FilteredTableSortModel.ColumnSortOrder<C>
Specifies a sorting state for a column.
  • Method Details

    • columnIdentifier

      C columnIdentifier()
      Returns:
      the column identifier
    • sortOrder

      SortOrder sortOrder()
      Returns:
      the sorting order currently associated with the column