Uses of Interface
org.apache.tapestry5.grid.GridDataSource
Packages that use GridDataSource
Package
Description
The set of core components available in all Tapestry applications
Support classes for the
Grid
component, which presents tabular data in an (X)HTML table.[INTERNAL USE ONLY] support classes for the
Grid
component; API subject to changeProvides 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 -
Uses of GridDataSource in org.apache.tapestry5.grid
Methods in org.apache.tapestry5.grid that return GridDataSourceModifier and TypeMethodDescriptionGridModel.getDataSource()
Returns the source for the data to be presented in the Grid. -
Uses of GridDataSource in org.apache.tapestry5.hibernate.web
Classes in org.apache.tapestry5.hibernate.web that implement GridDataSourceModifier and TypeClassDescriptionclass
A simple implementation ofGridDataSource
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 GridDataSourceModifier and TypeClassDescriptionclass
class
An implementation ofGridDataSource
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 GridDataSourceModifier and TypeClassDescriptionclass
A simple implementation ofGridDataSource
based on a EntityManager and a known entity class.