org.apache.tapestry.corelib.components.PropertyDisplay

Outputs a single property value. Overrides for individual properties come from block parameters whose name matches the . This component is rarely used on its own, but is a critical piece of the org.apache.tapestry.corelib.components.BeanDisplay component.

[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