| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.core.output.table.impl.TableRow |
A trivial implementation of a table row of cells.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
TableRow(List<Cell> cells)
Create a row.
| |||||||||||
|
TableRow(Cell... cells)
Create a row.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| List<Cell> |
getCells()
Return the list of cells within that row.
| ||||||||||
| void | setCells(List<Cell> cells) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.pnfsoftware.jeb.core.output.table.ITableRow
| |||||||||||