Interface TableRow
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
TableRowImpl
public interface TableRow extends java.io.SerializableThe Interface TableRow.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<TableData>getCells()TableDataGets the cells.voidsetCells(java.util.List<TableData> cells)TableDataSets the cells.
-