Package org.apache.tapestry5.grid
Support classes for the
Grid
component, which presents tabular data in an (X)HTML table.-
Interface Summary Interface Description GridDataSource Defines how aGrid
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 theGrid
component.GridPaginationModel Store pagination information, such as the current page, sort column, and sort ascending vs.GridSortModel Models the sorting applied to the aGridDataSource
. -
Class Summary Class Description GridConstants GridPaginationModelImpl Standard implementation ofGridPaginationModel
.SortConstraint Identifies how a single column (identified as aPropertyModel
) is sorted. -
Enum Summary Enum Description ColumnSort Identifies how a column within aGridSortModel
is sorted.