Uses of Class
org.apache.tapestry5.grid.ColumnSort
-
Packages that use ColumnSort Package Description org.apache.tapestry5.grid Support classes for theGrid
component, which presents tabular data in an (X)HTML table. -
-
Uses of ColumnSort in org.apache.tapestry5.grid
Methods in org.apache.tapestry5.grid that return ColumnSort Modifier and Type Method Description ColumnSort
GridSortModel. getColumnSort(String columnId)
Identifies how (or if) a column is sorted.ColumnSort
SortConstraint. getColumnSort()
static ColumnSort
ColumnSort. valueOf(String name)
Returns the enum constant of this type with the specified name.static ColumnSort[]
ColumnSort. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.tapestry5.grid with parameters of type ColumnSort Constructor Description SortConstraint(PropertyModel propertyModel, ColumnSort columnSort)
-