| Package | Description |
|---|---|
| be.quodlibet.boxable | |
| be.quodlibet.boxable.datatable |
| Modifier and Type | Class and Description |
|---|---|
class |
ImageCell<T extends org.apache.pdfbox.pdmodel.PDPage> |
class |
TableCell<T extends org.apache.pdfbox.pdmodel.PDPage> |
| Modifier and Type | Method and Description |
|---|---|
Cell<T> |
Row.createCell(float width,
String value)
Creates a cell with provided width, cell value and default left top
alignment
|
Cell<T> |
Row.createCell(float width,
String value,
HorizontalAlignment align,
VerticalAlignment valign)
Creates a cell with provided width, cell value, horizontal and vertical
alignment
|
Cell<T> |
Row.createCell(String value)
Creates a cell with the same width as the corresponding header cell
|
Cell<T> |
Row.createImageCell(float width,
Image img,
HorizontalAlignment align,
VerticalAlignment valign) |
| Modifier and Type | Method and Description |
|---|---|
List<Cell<T>> |
Row.getCells() |
| Modifier and Type | Method and Description |
|---|---|
void |
Cell.copyCellStyle(Cell sourceCell)
Copies the style of an existing cell to this cell
|
Boolean |
Cell.hasSameStyle(Cell sourceCell)
Compares the style of a cell with another cell
|
| Modifier and Type | Method and Description |
|---|---|
Row<T> |
Table.createRow(List<Cell<T>> cells,
float height) |
void |
Row.setCells(List<Cell<T>> cells) |
| Modifier and Type | Method and Description |
|---|---|
Cell |
DataTable.getDataCellTemplateEven()
Get the Cell Template that will be assigned to Data cells that are in
even rows, and are not the first or last column
|
Cell |
DataTable.getDataCellTemplateOdd()
Get the Cell Template that will be assigned to Data cells that are in odd
rows, and are not the first or last column
|
Cell |
DataTable.getFirstColumnCellTemplate()
Get the Cell Template that will be assigned to cells in the first column
|
Cell |
DataTable.getHeaderCellTemplate()
Get the Cell Template that will be applied to header cells.
|
Cell |
DataTable.getLastColumnCellTemplate()
Get the Cell Template that will be assigned to cells in the last columns
|
Copyright © 2020. All rights reserved.