Interface FilterTableSort.Order

Enclosing interface:
FilterTableSort<R,C>

public static interface FilterTableSort.Order
Manages the SortOrder for a given column
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(SortOrder sortOrder)
    Adds the given column sorting order to the currently sorted columns.
    Locking the sorting for a column will cause an IllegalStateException to be thrown when trying to modify its sorting state.
    void
    set(SortOrder sortOrder)
    Clears the sorting state and adds the given sorting order.