Interface FilterListSort<T>

Type Parameters:
T - the type representing a row in the table model
All Superinterfaces:
Comparator<T>, FilterModel.Sort<T>

public interface FilterListSort<T> extends FilterModel.Sort<T>
Handles the column sorting states for a FilterListModel.
  • Method Details

    • ascending

      void ascending()
      Sorts ascending
    • descending

      void descending()
      Sorts descending
    • clear

      void clear()
      Clears the sort