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
|
Modifier and Type | Method and Description |
---|---|
GridDataSource |
Grid.getDataSource() |
Modifier and Type | Method and Description |
---|---|
GridDataSource |
GridModel.getDataSource()
Returns the source for the data to be presented in the Grid.
|
Modifier and Type | Class and Description |
---|---|
class |
HibernateGridDataSource
A simple implementation of
GridDataSource based on a Hibernate Session and a known
entity class. |
Modifier and Type | Class and Description |
---|---|
class |
CollectionGridDataSource |
class |
NullDataSource
An implementation of
GridDataSource used when the value null is provided as the
source. |
Modifier and Type | Class and Description |
---|---|
class |
JpaGridDataSource<E>
A simple implementation of
GridDataSource based on a
EntityManager and a known
entity class. |
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.