| org.apache.tapestry.grid.GridModelProvider
All known Subclasses: org.apache.tapestry.corelib.components.Grid,
GridModelProvider | public interface GridModelProvider (Code) | | A provider of model data to the sub-components of the
Grid component. The primary
implementor of this component is the Grid component itself.
|
Method Summary | |
BeanModel | getDataModel() Returns the data model, which defines the columns (in terms of properties of the row type),
and provides access to actual values for a given row instance. | GridDataSource | getDataSource() Returns the source for the data to be presented in the Grid. |
getDataModel | BeanModel getDataModel()(Code) | | Returns the data model, which defines the columns (in terms of properties of the row type),
and provides access to actual values for a given row instance.
|
getDataSource | GridDataSource getDataSource()(Code) | | Returns the source for the data to be presented in the Grid.
|
|
|