Uses of Enum
org.apache.tapestry5.grid.ColumnSort
Packages that use ColumnSort
Package
Description
Support classes for the
Grid
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 ColumnSortModifier and TypeMethodDescriptionGridSortModel.getColumnSort
(String columnId) Identifies how (or if) a column is sorted.SortConstraint.getColumnSort()
static ColumnSort
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