| |
|
| java.lang.Object org.ddsteps.dataset.bean.DataTableBean
DataTableBean | public class DataTableBean implements DataTable(Code) | | Keeps rows in a list. The rows will be ordered as inserted.
author: Adam version: $Id: DataTableBean.java,v 1.4 2006/03/10 15:30:36 adamskogman Exp $ |
DataTableBean | public DataTableBean()(Code) | | Set up default bean.
|
addRow | public void addRow(DataRow row)(Code) | | Adds a row LAST in the table.
Parameters: row - Not null. Must have a rowId, that must not change. throws: IllegalArgumentException - If a DataValue has a header that has not been added to thistable. |
setName | public void setName(String name)(Code) | | Parameters: name - The name to set. |
|
|
|