Interface TableBody
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
TableBodyImpl
public interface TableBody extends java.io.SerializableThe Interface TableBody.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<TableRow>getRows()TableRowGets the rows.voidsetRows(java.util.List<TableRow> rows)TableRowSets the rows.
-