org.apache.tapestry5.corelib.components
Class GridRows
java.lang.Object
org.apache.tapestry5.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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GridRows
public GridRows()
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-2009 Apache Software Foundation. All Rights Reserved.