public class PropertyDisplay extends AbstractPropertyOutput
BeanDisplay
component.Name | Type | Flags | Default | Default Prefix |
---|---|---|---|---|
beanBlockSource | org. | Required, Not Null | prop | |
Source for property display blocks. This defaults to the default implementation of org.apache.tapestry5.services.BeanBlockSource. | ||||
model | org. | Required, Not Null | 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.tapestry5.Block that will do so). | ||||
overrides | org. | Required, Not Null | prop | |
Used to search for block parameter overrides (this is normally the enclosing Grid component's resources). |
Constructor and Description |
---|
PropertyDisplay() |
getPropertyModel, renderPropertyValue
public PropertyDisplay()
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.