public class Table extends Object implements Serializable
| Constructor and Description |
|---|
Table() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTable(Table t)
passes each it TableRowColumn one by one to addTableRowColumn
|
void |
addTableRowColumn(TableRowColumn trc) |
void |
addTableRowColumns(List<TableRowColumn> trcs)
passes it one by one to addTableRowColumn
|
List<TableRowColumn> |
getTableRowColumns() |
int |
size() |
public List<TableRowColumn> getTableRowColumns()
public int size()
public void addTable(Table t)
t - public void addTableRowColumns(List<TableRowColumn> trcs)
trcs - public void addTableRowColumn(TableRowColumn trc)
Copyright © 2013. All Rights Reserved.