Interface PivotTableOptions.Builder

    • Method Detail

      • singleMetricVisibility

        PivotTableOptions.Builder singleMetricVisibility​(String singleMetricVisibility)

        The visibility of the single metric options.

        Parameters:
        singleMetricVisibility - The visibility of the single metric options.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Visibility, Visibility
      • singleMetricVisibility

        PivotTableOptions.Builder singleMetricVisibility​(Visibility singleMetricVisibility)

        The visibility of the single metric options.

        Parameters:
        singleMetricVisibility - The visibility of the single metric options.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Visibility, Visibility
      • columnNamesVisibility

        PivotTableOptions.Builder columnNamesVisibility​(String columnNamesVisibility)

        The visibility of the column names.

        Parameters:
        columnNamesVisibility - The visibility of the column names.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Visibility, Visibility
      • columnNamesVisibility

        PivotTableOptions.Builder columnNamesVisibility​(Visibility columnNamesVisibility)

        The visibility of the column names.

        Parameters:
        columnNamesVisibility - The visibility of the column names.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Visibility, Visibility
      • toggleButtonsVisibility

        PivotTableOptions.Builder toggleButtonsVisibility​(String toggleButtonsVisibility)

        Determines the visibility of the pivot table.

        Parameters:
        toggleButtonsVisibility - Determines the visibility of the pivot table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Visibility, Visibility
      • toggleButtonsVisibility

        PivotTableOptions.Builder toggleButtonsVisibility​(Visibility toggleButtonsVisibility)

        Determines the visibility of the pivot table.

        Parameters:
        toggleButtonsVisibility - Determines the visibility of the pivot table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Visibility, Visibility
      • columnHeaderStyle

        PivotTableOptions.Builder columnHeaderStyle​(TableCellStyle columnHeaderStyle)

        The table cell style of the column header.

        Parameters:
        columnHeaderStyle - The table cell style of the column header.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rowHeaderStyle

        PivotTableOptions.Builder rowHeaderStyle​(TableCellStyle rowHeaderStyle)

        The table cell style of the row headers.

        Parameters:
        rowHeaderStyle - The table cell style of the row headers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cellStyle

        PivotTableOptions.Builder cellStyle​(TableCellStyle cellStyle)

        The table cell style of cells.

        Parameters:
        cellStyle - The table cell style of cells.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rowFieldNamesStyle

        PivotTableOptions.Builder rowFieldNamesStyle​(TableCellStyle rowFieldNamesStyle)

        The table cell style of row field names.

        Parameters:
        rowFieldNamesStyle - The table cell style of row field names.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rowAlternateColorOptions

        PivotTableOptions.Builder rowAlternateColorOptions​(RowAlternateColorOptions rowAlternateColorOptions)

        The row alternate color options (widget status, row alternate colors).

        Parameters:
        rowAlternateColorOptions - The row alternate color options (widget status, row alternate colors).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • collapsedRowDimensionsVisibility

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Visibility, Visibility
      • collapsedRowDimensionsVisibility

        PivotTableOptions.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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Visibility, Visibility
      • rowsLayout

        PivotTableOptions.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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PivotTableRowsLayout, PivotTableRowsLayout
      • rowsLayout

        PivotTableOptions.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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PivotTableRowsLayout, PivotTableRowsLayout
      • rowsLabelOptions

        PivotTableOptions.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.

        Parameters:
        rowsLabelOptions - The options for the label that is located above the row headers. This option is only applicable when RowsLayout is set to HIERARCHY.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • defaultCellWidth

        PivotTableOptions.Builder defaultCellWidth​(String defaultCellWidth)

        The default cell width of the pivot table.

        Parameters:
        defaultCellWidth - The default cell width of the pivot table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.