Module is.codion.swing.common.model
Interface FilterTableSort.ColumnSort<C>
- Type Parameters:
C- the column identifier type
- Enclosing interface:
FilterTableSort<R,C>
public static interface FilterTableSort.ColumnSort<C>
Provides the current column sort order
-
Method Summary
-
Method Details
-
get
- Parameters:
identifier- the column identifier- Returns:
- the
FilterTableSort.ColumnSortOrderassociated with the given column
-
get
List<FilterTableSort.ColumnSortOrder<C>> get()- Returns:
- the currently sorted columns, in order of priority or an empty list in case this model is unsorted
-