org.apache.tapestry5.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 BeanDisplay component.

[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