|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GridDataSource | |
---|---|
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 |
Uses of GridDataSource in org.apache.tapestry5.corelib.components |
---|
Methods in org.apache.tapestry5.corelib.components that return GridDataSource | |
---|---|
GridDataSource |
Grid.getDataSource()
|
Uses of GridDataSource in org.apache.tapestry5.grid |
---|
Methods in org.apache.tapestry5.grid that return GridDataSource | |
---|---|
GridDataSource |
GridModel.getDataSource()
Returns the source for the data to be presented in the Grid. |
Uses of GridDataSource in org.apache.tapestry5.hibernate |
---|
Classes in org.apache.tapestry5.hibernate that implement GridDataSource | |
---|---|
class |
HibernateGridDataSource
A simple implementation of GridDataSource based on a Hibernate Session and a known
entity class. |
Uses of GridDataSource in org.apache.tapestry5.internal.grid |
---|
Classes in org.apache.tapestry5.internal.grid that implement GridDataSource | |
---|---|
class |
CollectionGridDataSource
|
class |
NullDataSource
An implementation of GridDataSource used when the value null is provided as the
source. |
Uses of GridDataSource in org.apache.tapestry5.jpa |
---|
Classes in org.apache.tapestry5.jpa that implement GridDataSource | |
---|---|
class |
JpaGridDataSource<E>
A simple implementation of GridDataSource based on a
EntityManager and a known
entity class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |