|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry5.corelib.base.AbstractPropertyOutput
org.apache.tapestry5.corelib.components.PropertyDisplay
public class PropertyDisplay
Outputs a single property value. Overrides for individual properties come from block parameters whose name matches
the property id. This component is rarely used on its own, but is a critical piece
of the BeanDisplay component.
| Component Parameters | ||||||
|---|---|---|---|---|---|---|
| Name | Description | Type | Flags | Default | Default Prefix | Since |
| beanBlockSource | Source for property display blocks. This defaults to the default implementation of org.apache.tapestry5.services.BeanBlockSource. | org. | Required, Not Null | prop | ||
| model | Model for property displayed by the cell. | org. | Required, Not Null | prop | ||
| object | 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). | Object | Required | prop | ||
| overrides | Used to search for block parameter overrides (this is normally the enclosing Grid component's resources). | org. | Required, Not Null | prop | ||
| Constructor Summary | |
|---|---|
PropertyDisplay()
|
|
| Method Summary |
|---|
| Methods inherited from class org.apache.tapestry5.corelib.base.AbstractPropertyOutput |
|---|
getPropertyModel, renderPropertyValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyDisplay()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||