Interface FilterListSort<T>

Type Parameters:
T - the list item type
All Superinterfaces:
Comparator<T>, FilterModel.Sort<T>

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

    • ascending

      void ascending()
      Sorts ascending
    • descending

      void descending()
      Sorts descending
    • clear

      void clear()
      Clears the sort