Package org.apache.tapestry5.grid

Support classes for the Grid component, which presents tabular data in an (X)HTML table.

See:
          Description

Interface Summary
GridDataSource Defines how a Grid component (and its sub-components) gain access to the row data that is displayed on the page.
GridModel A provider of model data to the sub-components of the Grid component.
GridSortModel Models the sorting applied to the a GridDataSource.
 

Class Summary
GridConstants  
SortConstraint Identifies how a single column (identified as a PropertyModel) is sorted.
 

Enum Summary
ColumnSort Identifies how a column within a GridSortModel is sorted.
 

Package org.apache.tapestry5.grid Description

Support classes for the Grid component, which presents tabular data in an (X)HTML table.



Copyright © 2003-2012 The Apache Software Foundation.