- Type Parameters:
T
- the model item type
- All Superinterfaces:
Comparator<T>
- All Known Subinterfaces:
FilterListSort<T>
,FilterTableSort<R,
C>
- Enclosing interface:
FilterModel<T>
Implements the sorting for a
FilterModel
-
Method Summary
Methods inherited from interface java.util.Comparator
compare, equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Method Details
-
sorted
boolean sorted()- Returns:
- true if sorting is active
-
observer
- Returns:
- an observer notified each time the sorting changes, the event data indicating whether the sort is active
-