Uses of Interface
org.apache.tapestry5.grid.GridSortModel

Packages that use GridSortModel
org.apache.tapestry5.corelib.components The set of core components available in all Tapestry applications 
org.apache.tapestry5.grid Support classes for the Grid 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
 GridSortModel Grid.getSortModel()
           
 

Uses of GridSortModel in org.apache.tapestry5.grid
 

Methods in org.apache.tapestry5.grid that return GridSortModel
 GridSortModel GridModel.getSortModel()
          Returns the object used to track sorting behavior of the Grid.
 



Copyright © 2003-2012 The Apache Software Foundation.