Package | Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
List<SortConstraint> |
GridSortModel.getSortConstraints()
Returns a list of sort constraints, identifying which columns are sorted, and how.
|
Modifier and Type | Method and Description |
---|---|
void |
GridDataSource.prepare(int startIndex,
int endIndex,
List<SortConstraint> sortConstraints)
Invoked to allow the source to prepare to present values.
|
Modifier and Type | Method and Description |
---|---|
void |
HibernateGridDataSource.prepare(int startIndex,
int endIndex,
List<SortConstraint> sortConstraints)
Prepares the results, performing a query (applying the sort results, and the provided start and end index).
|
Modifier and Type | Method and Description |
---|---|
void |
CollectionGridDataSource.prepare(int startIndex,
int endIndex,
List<SortConstraint> sortConstraints) |
void |
NullDataSource.prepare(int startIndex,
int endIndex,
List<SortConstraint> sortConstraints) |
Modifier and Type | Method and Description |
---|---|
void |
JpaGridDataSource.prepare(int startIndex,
int endIndex,
List<SortConstraint> sortConstraints)
Invoked to allow the source to prepare to present values.
|
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.