static TableOptions.Builder |
TableOptions.builder() |
|
default TableOptions.Builder |
TableOptions.Builder.cellStyle(Consumer<TableCellStyle.Builder> cellStyle) |
The table cell style of table cells.
|
TableOptions.Builder |
TableOptions.Builder.cellStyle(TableCellStyle cellStyle) |
The table cell style of table cells.
|
default TableOptions.Builder |
TableOptions.Builder.headerStyle(Consumer<TableCellStyle.Builder> headerStyle) |
The table cell style of a table header.
|
TableOptions.Builder |
TableOptions.Builder.headerStyle(TableCellStyle headerStyle) |
The table cell style of a table header.
|
TableOptions.Builder |
TableOptions.Builder.orientation(String orientation) |
The orientation (vertical, horizontal) for a table.
|
TableOptions.Builder |
TableOptions.Builder.orientation(TableOrientation orientation) |
The orientation (vertical, horizontal) for a table.
|
default TableOptions.Builder |
TableOptions.Builder.rowAlternateColorOptions(Consumer<RowAlternateColorOptions.Builder> rowAlternateColorOptions) |
The row alternate color options (widget status, row alternate colors) for a table.
|
TableOptions.Builder |
TableOptions.Builder.rowAlternateColorOptions(RowAlternateColorOptions rowAlternateColorOptions) |
The row alternate color options (widget status, row alternate colors) for a table.
|
TableOptions.Builder |
TableOptions.toBuilder() |
|