Package | Description |
---|---|
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. |
org.apache.tapestry5.hibernate |
Provides support for simple CRUD applications built on top of Tapestry and Hibernate
|
org.apache.tapestry5.internal.grid |
[INTERNAL USE ONLY] support classes for the
Grid component; API subject to change |
org.apache.tapestry5.jpa |
Provides support for simple CRUD applications built on top of Tapestry and JPA
|
Class and Description |
---|
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. |
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 and Description |
---|
ColumnSort
Identifies how a column within a
GridSortModel is sorted. |
GridDataSource
Defines how a
Grid component (and its sub-components) gain access to
the row data that is displayed on the page. |
GridPaginationModel
Store pagination information, such as the current page, sort column, and
sort ascending vs.
|
GridSortModel
Models the sorting applied to the a
GridDataSource . |
SortConstraint
Identifies how a single column (identified as a
PropertyModel ) is sorted. |
Class and Description |
---|
GridDataSource
Defines how a
Grid component (and its sub-components) gain access to
the row data that is displayed on the page. |
SortConstraint
Identifies how a single column (identified as a
PropertyModel ) is sorted. |
Class and Description |
---|
GridDataSource
Defines how a
Grid component (and its sub-components) gain access to
the row data that is displayed on the page. |
SortConstraint
Identifies how a single column (identified as a
PropertyModel ) is sorted. |
Class and Description |
---|
GridDataSource
Defines how a
Grid component (and its sub-components) gain access to
the row data that is displayed on the page. |
SortConstraint
Identifies how a single column (identified as a
PropertyModel ) is sorted. |
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.