|
||||||||||
| 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.GridCell
public class GridCell
Part of Grid that renders the markup inside a single data cell. GridCell is used inside a pair of loops; the
outer loop for each row, the inner loop for each property of the row.
| Name | Type | Flags | Default | Default Prefix | Since | Description |
|---|---|---|---|---|---|---|
| beanBlockSource | org.apache.tapestry5.services.BeanBlockSource | Required, Not Null | prop | Source for property display blocks. This defaults to the default implementation of org.apache.tapestry5.services.BeanBlockSource. | ||
| model | org.apache.tapestry5.beaneditor.PropertyModel | Required, Not Null | prop | Model for property displayed by the cell. | ||
| object | java.lang.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.apache.tapestry5.PropertyOverrides | Required, Not Null | prop | Used to search for block parameter overrides (this is normally the enclosing Grid component's resources). |
| Constructor Summary | |
|---|---|
GridCell()
|
|
| 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 GridCell()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||