public class TableContent
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.List<java.lang.String> |
colTitles
Table field title
|
java.util.List<java.lang.Object> |
rows
The contents of the table, the set of behavioral elements.
|
| Constructor and Description |
|---|
TableContent() |