org.apache.tapestry.corelib.components.GridCell

Part of org.apache.tapestry.corelib.components.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 PrefixDescription
modelorg.apache.tapestry.beaneditor.PropertyModelRequiredpropModel for property displayed by the cell.
objectObjectRequiredpropIdentifies the object being rendered. The component will extract a property from the object and render its value (or delegate to a org.apache.tapestry.Block that will do so).
overridesorg.apache.tapestry.ComponentResourcesRequiredpropResources used to search for block parameter overrides (this is normally the enclosing Grid component's resources).

Back to index