Uses of Interface
org.apache.tapestry5.grid.GridSortModel
-
Packages that use GridSortModel Package Description org.apache.tapestry5.corelib.components The set of core components available in all Tapestry applicationsorg.apache.tapestry5.grid Support classes for theGrid
component, which presents tabular data in an (X)HTML table. -
-
Uses of GridSortModel in org.apache.tapestry5.corelib.components
Methods in org.apache.tapestry5.corelib.components that return GridSortModel Modifier and Type Method Description GridSortModel
Grid. getSortModel()
-
Uses of GridSortModel in org.apache.tapestry5.grid
Methods in org.apache.tapestry5.grid that return GridSortModel Modifier and Type Method Description GridSortModel
GridModel. getSortModel()
Returns the object used to track sorting behavior of the Grid.
-