public static interface TableOptions.Builder extends SdkPojo, CopyableBuilder<TableOptions.Builder,TableOptions>
| Modifier and Type | Method and Description |
|---|---|
default TableOptions.Builder |
cellStyle(Consumer<TableCellStyle.Builder> cellStyle)
The table cell style of table cells.
|
TableOptions.Builder |
cellStyle(TableCellStyle cellStyle)
The table cell style of table cells.
|
default TableOptions.Builder |
headerStyle(Consumer<TableCellStyle.Builder> headerStyle)
The table cell style of a table header.
|
TableOptions.Builder |
headerStyle(TableCellStyle headerStyle)
The table cell style of a table header.
|
TableOptions.Builder |
orientation(String orientation)
The orientation (vertical, horizontal) for a table.
|
TableOptions.Builder |
orientation(TableOrientation orientation)
The orientation (vertical, horizontal) for a table.
|
default TableOptions.Builder |
rowAlternateColorOptions(Consumer<RowAlternateColorOptions.Builder> rowAlternateColorOptions)
The row alternate color options (widget status, row alternate colors) for a table.
|
TableOptions.Builder |
rowAlternateColorOptions(RowAlternateColorOptions rowAlternateColorOptions)
The row alternate color options (widget status, row alternate colors) for a table.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTableOptions.Builder orientation(String orientation)
The orientation (vertical, horizontal) for a table.
orientation - The orientation (vertical, horizontal) for a table.TableOrientation,
TableOrientationTableOptions.Builder orientation(TableOrientation orientation)
The orientation (vertical, horizontal) for a table.
orientation - The orientation (vertical, horizontal) for a table.TableOrientation,
TableOrientationTableOptions.Builder headerStyle(TableCellStyle headerStyle)
The table cell style of a table header.
headerStyle - The table cell style of a table header.default TableOptions.Builder headerStyle(Consumer<TableCellStyle.Builder> headerStyle)
The table cell style of a table header.
This is a convenience method that creates an instance of theTableCellStyle.Builder avoiding the need
to create one manually via TableCellStyle.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to headerStyle(TableCellStyle).
headerStyle - a consumer that will call methods on TableCellStyle.BuilderheaderStyle(TableCellStyle)TableOptions.Builder cellStyle(TableCellStyle cellStyle)
The table cell style of table cells.
cellStyle - The table cell style of table cells.default TableOptions.Builder cellStyle(Consumer<TableCellStyle.Builder> cellStyle)
The table cell style of table cells.
This is a convenience method that creates an instance of theTableCellStyle.Builder avoiding the need
to create one manually via TableCellStyle.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to cellStyle(TableCellStyle).
cellStyle - a consumer that will call methods on TableCellStyle.BuildercellStyle(TableCellStyle)TableOptions.Builder rowAlternateColorOptions(RowAlternateColorOptions rowAlternateColorOptions)
The row alternate color options (widget status, row alternate colors) for a table.
rowAlternateColorOptions - The row alternate color options (widget status, row alternate colors) for a table.default TableOptions.Builder rowAlternateColorOptions(Consumer<RowAlternateColorOptions.Builder> rowAlternateColorOptions)
The row alternate color options (widget status, row alternate colors) for a table.
This is a convenience method that creates an instance of theRowAlternateColorOptions.Builder
avoiding the need to create one manually via RowAlternateColorOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to rowAlternateColorOptions(RowAlternateColorOptions).
rowAlternateColorOptions - a consumer that will call methods on RowAlternateColorOptions.BuilderrowAlternateColorOptions(RowAlternateColorOptions)Copyright © 2023. All rights reserved.