public interface GridSortModel
GridDataSource
.Modifier and Type | Method and Description |
---|---|
void |
clear() |
ColumnSort |
getColumnSort(String columnId)
Identifies how (or if) a column is sorted.
|
List<SortConstraint> |
getSortConstraints()
Returns a list of sort constraints, identifying which columns are sorted, and how.
|
void |
updateSort(String columnId)
Updates the column sort.
|
ColumnSort getColumnSort(String columnId)
columnId
- ColumnSort.UNSORTED
if the column
is not used for sortingvoid updateSort(String columnId)
columnId
- property id of column to sort onList<SortConstraint> getSortConstraints()
void clear()
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.