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.
| Name | Type | Flags | Default | Default Prefix | Description |
|---|---|---|---|---|---|
| model | org.apache.tapestry.beaneditor.PropertyModel | Required | prop | Model for property displayed by the cell. | |
| object | Object | Required | prop | Identifies 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). | |
| overrides | org.apache.tapestry.ComponentResources | Required | prop | Resources used to search for block parameter overrides (this is normally the enclosing Grid component's resources). |