org.apache.tapestry5.corelib.components.GridCell

Part of Grid that renders the markup inside a single data cell. GridCell is used inside a pair of loops; the outer loop for each row, the inner loop for each property of the row.

[JavaDoc]

Component Inheritance

Component Parameters

NameTypeFlagsDefaultDefault PrefixSinceDescription
beanBlockSourceBeanBlockSourceRequired, NOT Allow NullpropSource for property display blocks. This defaults to the default implementation of BeanBlockSource.
modelPropertyModelRequired, NOT Allow NullpropModel for property displayed by the cell.
objectObjectRequired, NOT Allow NullpropIdentifies the object being rendered. The component will extract a property from the object and render its value (or delegate to a Block that will do so).
overridesPropertyOverridesRequired, NOT Allow NullpropUsed to search for block parameter overrides (this is normally the enclosing Grid component's resources).

Back to index