public interface Row
Represents the row of the table.
It should be possible to determine the particular row either by the header or footer, but most often by the order number. Rows are indexed from 0.
| Modifier and Type | Method and Description |
|---|---|
List<Cell<?>> |
getAllCells() |
<T> Cell<T> |
getCell(Column<T> column) |
void |
setNumberOfColumns(int numberOfColumns)
Sets the number of columns you want to have in this particular row.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.