| Package | Description |
|---|---|
| be.quodlibet.boxable |
| Modifier and Type | Method and Description |
|---|---|
Row<T> |
Table.createRow(float height) |
Row<T> |
Table.createRow(List<Cell<T>> cells,
float height) |
Row<T> |
Table.getHeader()
Retrieves last table's header row
|
| Modifier and Type | Method and Description |
|---|---|
List<Row<T>> |
Table.getRows() |
| Modifier and Type | Method and Description |
|---|---|
void |
Table.addHeaderRow(Row<T> row)
Setting current row as table header row
|
void |
Table.setHeader(Row<T> header)
Deprecated.
Use
Table.addHeaderRow(Row) instead, as it supports
multiple header rows |
Copyright © 2020. All rights reserved.