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