Grid
 component, which presents tabular data in an (X)HTML table.See: Description
| Interface | Description | 
|---|---|
| GridDataSource | Defines how a  Gridcomponent (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  Gridcomponent. | 
| GridPaginationModel | Store pagination information, such as the current page, sort column, and
 sort ascending vs. | 
| GridSortModel | Models the sorting applied to the a  GridDataSource. | 
| Class | Description | 
|---|---|
| GridConstants | |
| GridPaginationModelImpl | Standard implementation of  GridPaginationModel. | 
| SortConstraint | Identifies how a single column (identified as a  PropertyModel) is sorted. | 
| Enum | Description | 
|---|---|
| ColumnSort | Identifies how a column within a  GridSortModelis sorted. | 
Grid
 component, which presents tabular data in an (X)HTML table.${project.version} - Copyright © 2003-2015 The Apache Software Foundation.