Interface FilterTableSort.ColumnSortOrder<C>

Enclosing interface:
FilterTableSort<R,C>

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

    • identifier

      C identifier()
      Returns:
      the column identifier
    • sortOrder

      SortOrder sortOrder()
      Returns:
      the SortOrder currently associated with the column
    • priority

      int priority()
      Returns:
      the sort priority, -1 if not sorted