org.apache.tapestry.corelib.components
Class GridRows

java.lang.Object
  extended by org.apache.tapestry.corelib.components.GridRows

public class GridRows
extends Object

Renders out a series of rows within the table.

Inside a Form, a series of row index numbers are stored into the form ( as ComponentActions). This is not ideal ... in a situation where the data set can shift between the form render and the form submission, this can cause unexpected results, including applying changes to the wrong objects.


Constructor Summary
GridRows()
           
 
Method Summary
 String getCellClass()
           
 String getPropertyName()
           
 List<String> getPropertyNames()
           
 String getRowClass()
           
 void setPropertyName(String propertyName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridRows

public GridRows()
Method Detail

getRowClass

public String getRowClass()

getCellClass

public String getCellClass()

getPropertyNames

public List<String> getPropertyNames()

getPropertyName

public String getPropertyName()

setPropertyName

public void setPropertyName(String propertyName)


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.