public static interface TotalOptions.Builder extends SdkPojo, CopyableBuilder<TotalOptions.Builder,TotalOptions>
| Modifier and Type | Method and Description |
|---|---|
TotalOptions.Builder |
customLabel(String customLabel)
The custom label string for the total cells.
|
TotalOptions.Builder |
placement(String placement)
The placement (start, end) for the total cells.
|
TotalOptions.Builder |
placement(TableTotalsPlacement placement)
The placement (start, end) for the total cells.
|
TotalOptions.Builder |
scrollStatus(String scrollStatus)
The scroll status (pinned, scrolled) for the total cells.
|
TotalOptions.Builder |
scrollStatus(TableTotalsScrollStatus scrollStatus)
The scroll status (pinned, scrolled) for the total cells.
|
default TotalOptions.Builder |
totalCellStyle(Consumer<TableCellStyle.Builder> totalCellStyle)
Cell styling options for the total cells.
|
TotalOptions.Builder |
totalCellStyle(TableCellStyle totalCellStyle)
Cell styling options for the total cells.
|
TotalOptions.Builder |
totalsVisibility(String totalsVisibility)
The visibility configuration for the total cells.
|
TotalOptions.Builder |
totalsVisibility(Visibility totalsVisibility)
The visibility configuration for the total cells.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTotalOptions.Builder totalsVisibility(String totalsVisibility)
The visibility configuration for the total cells.
totalsVisibility - The visibility configuration for the total cells.Visibility,
VisibilityTotalOptions.Builder totalsVisibility(Visibility totalsVisibility)
The visibility configuration for the total cells.
totalsVisibility - The visibility configuration for the total cells.Visibility,
VisibilityTotalOptions.Builder placement(String placement)
The placement (start, end) for the total cells.
placement - The placement (start, end) for the total cells.TableTotalsPlacement,
TableTotalsPlacementTotalOptions.Builder placement(TableTotalsPlacement placement)
The placement (start, end) for the total cells.
placement - The placement (start, end) for the total cells.TableTotalsPlacement,
TableTotalsPlacementTotalOptions.Builder scrollStatus(String scrollStatus)
The scroll status (pinned, scrolled) for the total cells.
scrollStatus - The scroll status (pinned, scrolled) for the total cells.TableTotalsScrollStatus,
TableTotalsScrollStatusTotalOptions.Builder scrollStatus(TableTotalsScrollStatus scrollStatus)
The scroll status (pinned, scrolled) for the total cells.
scrollStatus - The scroll status (pinned, scrolled) for the total cells.TableTotalsScrollStatus,
TableTotalsScrollStatusTotalOptions.Builder customLabel(String customLabel)
The custom label string for the total cells.
customLabel - The custom label string for the total cells.TotalOptions.Builder totalCellStyle(TableCellStyle totalCellStyle)
Cell styling options for the total cells.
totalCellStyle - Cell styling options for the total cells.default TotalOptions.Builder totalCellStyle(Consumer<TableCellStyle.Builder> totalCellStyle)
Cell styling options for the total 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 totalCellStyle(TableCellStyle).
totalCellStyle - a consumer that will call methods on TableCellStyle.BuildertotalCellStyle(TableCellStyle)Copyright © 2023. All rights reserved.