Base class for components that output a property value using a org.apache.tapestry5.beaneditor.PropertyModel. There's a relationship between such a component and its container, as the container may provide messages in its message catalog needed by the org.apache.tapestry5.Blocks that render the values. In addition, the component may be passed Block parameters that are output overrides for specified properties. Subclasses will implement a beginRender() method that invokes org.apache.tapestry5.corelib.base.AbstractPropertyOutput#renderPropertyValue(MarkupWriter, String).
| Name | Type | Flags | Default | Default Prefix | Description |
|---|---|---|---|---|---|
| model | org.apache.tapestry5.beaneditor.PropertyModel | Required, NOT Allow Null | prop | Model for property displayed by the cell. | |
| object | Object | Required, NOT Allow Null | 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.tapestry5.Block that will do so). | |
| overrides | org.apache.tapestry5.PropertyOverrides | Required, NOT Allow Null | prop | Used to search for block parameter overrides (this is normally the enclosing Grid component's resources). |