|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColumnSort | |
---|---|
org.apache.tapestry5.grid | 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 ColumnSort | |
---|---|
ColumnSort |
SortConstraint.getColumnSort()
|
ColumnSort |
GridSortModel.getColumnSort(String columnId)
Identifies how (or if) a column is sorted. |
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 | |
---|---|
SortConstraint(PropertyModel propertyModel,
ColumnSort columnSort)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |