public static interface PivotTotalOptions.Builder extends SdkPojo, CopyableBuilder<PivotTotalOptions.Builder,PivotTotalOptions>
| Modifier and Type | Method and Description |
|---|---|
PivotTotalOptions.Builder |
customLabel(String customLabel)
The custom label string for the total cells.
|
default PivotTotalOptions.Builder |
metricHeaderCellStyle(Consumer<TableCellStyle.Builder> metricHeaderCellStyle)
The cell styling options for the total of header cells.
|
PivotTotalOptions.Builder |
metricHeaderCellStyle(TableCellStyle metricHeaderCellStyle)
The cell styling options for the total of header cells.
|
PivotTotalOptions.Builder |
placement(String placement)
The placement (start, end) for the total cells.
|
PivotTotalOptions.Builder |
placement(TableTotalsPlacement placement)
The placement (start, end) for the total cells.
|
PivotTotalOptions.Builder |
scrollStatus(String scrollStatus)
The scroll status (pinned, scrolled) for the total cells.
|
PivotTotalOptions.Builder |
scrollStatus(TableTotalsScrollStatus scrollStatus)
The scroll status (pinned, scrolled) for the total cells.
|
default PivotTotalOptions.Builder |
totalCellStyle(Consumer<TableCellStyle.Builder> totalCellStyle)
The cell styling options for the total cells.
|
PivotTotalOptions.Builder |
totalCellStyle(TableCellStyle totalCellStyle)
The cell styling options for the total cells.
|
PivotTotalOptions.Builder |
totalsVisibility(String totalsVisibility)
The visibility configuration for the total cells.
|
PivotTotalOptions.Builder |
totalsVisibility(Visibility totalsVisibility)
The visibility configuration for the total cells.
|
default PivotTotalOptions.Builder |
valueCellStyle(Consumer<TableCellStyle.Builder> valueCellStyle)
The cell styling options for the totals of value cells.
|
PivotTotalOptions.Builder |
valueCellStyle(TableCellStyle valueCellStyle)
The cell styling options for the totals of value cells.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPivotTotalOptions.Builder totalsVisibility(String totalsVisibility)
The visibility configuration for the total cells.
totalsVisibility - The visibility configuration for the total cells.Visibility,
VisibilityPivotTotalOptions.Builder totalsVisibility(Visibility totalsVisibility)
The visibility configuration for the total cells.
totalsVisibility - The visibility configuration for the total cells.Visibility,
VisibilityPivotTotalOptions.Builder placement(String placement)
The placement (start, end) for the total cells.
placement - The placement (start, end) for the total cells.TableTotalsPlacement,
TableTotalsPlacementPivotTotalOptions.Builder placement(TableTotalsPlacement placement)
The placement (start, end) for the total cells.
placement - The placement (start, end) for the total cells.TableTotalsPlacement,
TableTotalsPlacementPivotTotalOptions.Builder scrollStatus(String scrollStatus)
The scroll status (pinned, scrolled) for the total cells.
scrollStatus - The scroll status (pinned, scrolled) for the total cells.TableTotalsScrollStatus,
TableTotalsScrollStatusPivotTotalOptions.Builder scrollStatus(TableTotalsScrollStatus scrollStatus)
The scroll status (pinned, scrolled) for the total cells.
scrollStatus - The scroll status (pinned, scrolled) for the total cells.TableTotalsScrollStatus,
TableTotalsScrollStatusPivotTotalOptions.Builder customLabel(String customLabel)
The custom label string for the total cells.
customLabel - The custom label string for the total cells.PivotTotalOptions.Builder totalCellStyle(TableCellStyle totalCellStyle)
The cell styling options for the total cells.
totalCellStyle - The cell styling options for the total cells.default PivotTotalOptions.Builder totalCellStyle(Consumer<TableCellStyle.Builder> totalCellStyle)
The 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)PivotTotalOptions.Builder valueCellStyle(TableCellStyle valueCellStyle)
The cell styling options for the totals of value cells.
valueCellStyle - The cell styling options for the totals of value cells.default PivotTotalOptions.Builder valueCellStyle(Consumer<TableCellStyle.Builder> valueCellStyle)
The cell styling options for the totals of value 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 valueCellStyle(TableCellStyle).
valueCellStyle - a consumer that will call methods on TableCellStyle.BuildervalueCellStyle(TableCellStyle)PivotTotalOptions.Builder metricHeaderCellStyle(TableCellStyle metricHeaderCellStyle)
The cell styling options for the total of header cells.
metricHeaderCellStyle - The cell styling options for the total of header cells.default PivotTotalOptions.Builder metricHeaderCellStyle(Consumer<TableCellStyle.Builder> metricHeaderCellStyle)
The cell styling options for the total of header 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 metricHeaderCellStyle(TableCellStyle).
metricHeaderCellStyle - a consumer that will call methods on TableCellStyle.BuildermetricHeaderCellStyle(TableCellStyle)Copyright © 2023. All rights reserved.