public static interface PivotTableOptions.Builder extends SdkPojo, CopyableBuilder<PivotTableOptions.Builder,PivotTableOptions>
| Modifier and Type | Method and Description |
|---|---|
default PivotTableOptions.Builder |
cellStyle(Consumer<TableCellStyle.Builder> cellStyle)
The table cell style of cells.
|
PivotTableOptions.Builder |
cellStyle(TableCellStyle cellStyle)
The table cell style of cells.
|
PivotTableOptions.Builder |
collapsedRowDimensionsVisibility(String collapsedRowDimensionsVisibility)
The visibility setting of a pivot table's collapsed row dimension fields.
|
PivotTableOptions.Builder |
collapsedRowDimensionsVisibility(Visibility collapsedRowDimensionsVisibility)
The visibility setting of a pivot table's collapsed row dimension fields.
|
default PivotTableOptions.Builder |
columnHeaderStyle(Consumer<TableCellStyle.Builder> columnHeaderStyle)
The table cell style of the column header.
|
PivotTableOptions.Builder |
columnHeaderStyle(TableCellStyle columnHeaderStyle)
The table cell style of the column header.
|
PivotTableOptions.Builder |
columnNamesVisibility(String columnNamesVisibility)
The visibility of the column names.
|
PivotTableOptions.Builder |
columnNamesVisibility(Visibility columnNamesVisibility)
The visibility of the column names.
|
PivotTableOptions.Builder |
defaultCellWidth(String defaultCellWidth)
The default cell width of the pivot table.
|
PivotTableOptions.Builder |
metricPlacement(PivotTableMetricPlacement metricPlacement)
The metric placement (row, column) options.
|
PivotTableOptions.Builder |
metricPlacement(String metricPlacement)
The metric placement (row, column) options.
|
default PivotTableOptions.Builder |
rowAlternateColorOptions(Consumer<RowAlternateColorOptions.Builder> rowAlternateColorOptions)
The row alternate color options (widget status, row alternate colors).
|
PivotTableOptions.Builder |
rowAlternateColorOptions(RowAlternateColorOptions rowAlternateColorOptions)
The row alternate color options (widget status, row alternate colors).
|
default PivotTableOptions.Builder |
rowFieldNamesStyle(Consumer<TableCellStyle.Builder> rowFieldNamesStyle)
The table cell style of row field names.
|
PivotTableOptions.Builder |
rowFieldNamesStyle(TableCellStyle rowFieldNamesStyle)
The table cell style of row field names.
|
default PivotTableOptions.Builder |
rowHeaderStyle(Consumer<TableCellStyle.Builder> rowHeaderStyle)
The table cell style of the row headers.
|
PivotTableOptions.Builder |
rowHeaderStyle(TableCellStyle rowHeaderStyle)
The table cell style of the row headers.
|
default PivotTableOptions.Builder |
rowsLabelOptions(Consumer<PivotTableRowsLabelOptions.Builder> rowsLabelOptions)
The options for the label that is located above the row headers.
|
PivotTableOptions.Builder |
rowsLabelOptions(PivotTableRowsLabelOptions rowsLabelOptions)
The options for the label that is located above the row headers.
|
PivotTableOptions.Builder |
rowsLayout(PivotTableRowsLayout rowsLayout)
The layout for the row dimension headers of a pivot table.
|
PivotTableOptions.Builder |
rowsLayout(String rowsLayout)
The layout for the row dimension headers of a pivot table.
|
PivotTableOptions.Builder |
singleMetricVisibility(String singleMetricVisibility)
The visibility of the single metric options.
|
PivotTableOptions.Builder |
singleMetricVisibility(Visibility singleMetricVisibility)
The visibility of the single metric options.
|
PivotTableOptions.Builder |
toggleButtonsVisibility(String toggleButtonsVisibility)
Determines the visibility of the pivot table.
|
PivotTableOptions.Builder |
toggleButtonsVisibility(Visibility toggleButtonsVisibility)
Determines the visibility of the pivot table.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPivotTableOptions.Builder metricPlacement(String metricPlacement)
The metric placement (row, column) options.
metricPlacement - The metric placement (row, column) options.PivotTableMetricPlacement,
PivotTableMetricPlacementPivotTableOptions.Builder metricPlacement(PivotTableMetricPlacement metricPlacement)
The metric placement (row, column) options.
metricPlacement - The metric placement (row, column) options.PivotTableMetricPlacement,
PivotTableMetricPlacementPivotTableOptions.Builder singleMetricVisibility(String singleMetricVisibility)
The visibility of the single metric options.
singleMetricVisibility - The visibility of the single metric options.Visibility,
VisibilityPivotTableOptions.Builder singleMetricVisibility(Visibility singleMetricVisibility)
The visibility of the single metric options.
singleMetricVisibility - The visibility of the single metric options.Visibility,
VisibilityPivotTableOptions.Builder columnNamesVisibility(String columnNamesVisibility)
The visibility of the column names.
columnNamesVisibility - The visibility of the column names.Visibility,
VisibilityPivotTableOptions.Builder columnNamesVisibility(Visibility columnNamesVisibility)
The visibility of the column names.
columnNamesVisibility - The visibility of the column names.Visibility,
VisibilityPivotTableOptions.Builder toggleButtonsVisibility(String toggleButtonsVisibility)
Determines the visibility of the pivot table.
toggleButtonsVisibility - Determines the visibility of the pivot table.Visibility,
VisibilityPivotTableOptions.Builder toggleButtonsVisibility(Visibility toggleButtonsVisibility)
Determines the visibility of the pivot table.
toggleButtonsVisibility - Determines the visibility of the pivot table.Visibility,
VisibilityPivotTableOptions.Builder columnHeaderStyle(TableCellStyle columnHeaderStyle)
The table cell style of the column header.
columnHeaderStyle - The table cell style of the column header.default PivotTableOptions.Builder columnHeaderStyle(Consumer<TableCellStyle.Builder> columnHeaderStyle)
The table cell style of the column 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 columnHeaderStyle(TableCellStyle).
columnHeaderStyle - a consumer that will call methods on TableCellStyle.BuildercolumnHeaderStyle(TableCellStyle)PivotTableOptions.Builder rowHeaderStyle(TableCellStyle rowHeaderStyle)
The table cell style of the row headers.
rowHeaderStyle - The table cell style of the row headers.default PivotTableOptions.Builder rowHeaderStyle(Consumer<TableCellStyle.Builder> rowHeaderStyle)
The table cell style of the row headers.
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 rowHeaderStyle(TableCellStyle).
rowHeaderStyle - a consumer that will call methods on TableCellStyle.BuilderrowHeaderStyle(TableCellStyle)PivotTableOptions.Builder cellStyle(TableCellStyle cellStyle)
The table cell style of cells.
cellStyle - The table cell style of cells.default PivotTableOptions.Builder cellStyle(Consumer<TableCellStyle.Builder> cellStyle)
The table cell style of 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)PivotTableOptions.Builder rowFieldNamesStyle(TableCellStyle rowFieldNamesStyle)
The table cell style of row field names.
rowFieldNamesStyle - The table cell style of row field names.default PivotTableOptions.Builder rowFieldNamesStyle(Consumer<TableCellStyle.Builder> rowFieldNamesStyle)
The table cell style of row field names.
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 rowFieldNamesStyle(TableCellStyle).
rowFieldNamesStyle - a consumer that will call methods on TableCellStyle.BuilderrowFieldNamesStyle(TableCellStyle)PivotTableOptions.Builder rowAlternateColorOptions(RowAlternateColorOptions rowAlternateColorOptions)
The row alternate color options (widget status, row alternate colors).
rowAlternateColorOptions - The row alternate color options (widget status, row alternate colors).default PivotTableOptions.Builder rowAlternateColorOptions(Consumer<RowAlternateColorOptions.Builder> rowAlternateColorOptions)
The row alternate color options (widget status, row alternate colors).
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)PivotTableOptions.Builder collapsedRowDimensionsVisibility(String collapsedRowDimensionsVisibility)
The visibility setting of a pivot table's collapsed row dimension fields. If the value of this structure is
HIDDEN, all collapsed columns in a pivot table are automatically hidden. The default value is
VISIBLE.
collapsedRowDimensionsVisibility - The visibility setting of a pivot table's collapsed row dimension fields. If the value of this
structure is HIDDEN, all collapsed columns in a pivot table are automatically hidden. The
default value is VISIBLE.Visibility,
VisibilityPivotTableOptions.Builder collapsedRowDimensionsVisibility(Visibility collapsedRowDimensionsVisibility)
The visibility setting of a pivot table's collapsed row dimension fields. If the value of this structure is
HIDDEN, all collapsed columns in a pivot table are automatically hidden. The default value is
VISIBLE.
collapsedRowDimensionsVisibility - The visibility setting of a pivot table's collapsed row dimension fields. If the value of this
structure is HIDDEN, all collapsed columns in a pivot table are automatically hidden. The
default value is VISIBLE.Visibility,
VisibilityPivotTableOptions.Builder rowsLayout(String rowsLayout)
The layout for the row dimension headers of a pivot table. Choose one of the following options.
TABULAR: (Default) Each row field is displayed in a separate column.
HIERARCHY: All row fields are displayed in a single column. Indentation is used to differentiate
row headers of different fields.
rowsLayout - The layout for the row dimension headers of a pivot table. Choose one of the following options.
TABULAR: (Default) Each row field is displayed in a separate column.
HIERARCHY: All row fields are displayed in a single column. Indentation is used to
differentiate row headers of different fields.
PivotTableRowsLayout,
PivotTableRowsLayoutPivotTableOptions.Builder rowsLayout(PivotTableRowsLayout rowsLayout)
The layout for the row dimension headers of a pivot table. Choose one of the following options.
TABULAR: (Default) Each row field is displayed in a separate column.
HIERARCHY: All row fields are displayed in a single column. Indentation is used to differentiate
row headers of different fields.
rowsLayout - The layout for the row dimension headers of a pivot table. Choose one of the following options.
TABULAR: (Default) Each row field is displayed in a separate column.
HIERARCHY: All row fields are displayed in a single column. Indentation is used to
differentiate row headers of different fields.
PivotTableRowsLayout,
PivotTableRowsLayoutPivotTableOptions.Builder rowsLabelOptions(PivotTableRowsLabelOptions rowsLabelOptions)
The options for the label that is located above the row headers. This option is only applicable when
RowsLayout is set to HIERARCHY.
rowsLabelOptions - The options for the label that is located above the row headers. This option is only applicable when
RowsLayout is set to HIERARCHY.default PivotTableOptions.Builder rowsLabelOptions(Consumer<PivotTableRowsLabelOptions.Builder> rowsLabelOptions)
The options for the label that is located above the row headers. This option is only applicable when
RowsLayout is set to HIERARCHY.
PivotTableRowsLabelOptions.Builder
avoiding the need to create one manually via PivotTableRowsLabelOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to rowsLabelOptions(PivotTableRowsLabelOptions).
rowsLabelOptions - a consumer that will call methods on PivotTableRowsLabelOptions.BuilderrowsLabelOptions(PivotTableRowsLabelOptions)PivotTableOptions.Builder defaultCellWidth(String defaultCellWidth)
The default cell width of the pivot table.
defaultCellWidth - The default cell width of the pivot table.Copyright © 2023. All rights reserved.