Class GridCell


  • public class GridCell
    extends AbstractPropertyOutput
    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.
    Component Parameters 
    NameTypeFlagsDefaultDefault Prefix
    beanBlockSourceorg.apache.tapestry5.services.BeanBlockSourceRequired, Not Null prop
    Source for property display blocks. This defaults to the default implementation of org.apache.tapestry5.services.BeanBlockSource.
    modelorg.apache.tapestry5.beanmodel.PropertyModelRequired, Not Null prop
    Model for property displayed by the cell.
    objectObjectRequired 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).
    overridesorg.apache.tapestry5.PropertyOverridesRequired, Not Null prop
    Used to search for block parameter overrides (this is normally the enclosing Grid component's resources).
    • Constructor Summary

      Constructors 
      Constructor Description
      GridCell()