Module is.codion.swing.common.model
Interface FilterListSort<T>
- Type Parameters:
T- the type representing a row in the table model
- All Superinterfaces:
Comparator<T>,FilterModel.Sort<T>
Handles the column sorting states for a
FilterListModel.-
Method Summary
Modifier and TypeMethodDescriptionvoidSorts ascendingvoidclear()Clears the sortvoidSorts descendingMethods inherited from interface java.util.Comparator
compare, equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongMethods inherited from interface is.codion.common.model.filter.FilterModel.Sort
observer, sorted
-
Method Details
-
ascending
void ascending()Sorts ascending -
descending
void descending()Sorts descending -
clear
void clear()Clears the sort
-