Interface TotalOptions.Builder

    • Method Detail

      • totalsVisibility

        TotalOptions.Builder totalsVisibility​(String totalsVisibility)

        The visibility configuration for the total cells.

        Parameters:
        totalsVisibility - The visibility configuration for the total cells.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Visibility, Visibility
      • totalsVisibility

        TotalOptions.Builder totalsVisibility​(Visibility totalsVisibility)

        The visibility configuration for the total cells.

        Parameters:
        totalsVisibility - The visibility configuration for the total cells.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Visibility, Visibility
      • scrollStatus

        TotalOptions.Builder scrollStatus​(String scrollStatus)

        The scroll status (pinned, scrolled) for the total cells.

        Parameters:
        scrollStatus - The scroll status (pinned, scrolled) for the total cells.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TableTotalsScrollStatus, TableTotalsScrollStatus
      • customLabel

        TotalOptions.Builder customLabel​(String customLabel)

        The custom label string for the total cells.

        Parameters:
        customLabel - The custom label string for the total cells.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • totalCellStyle

        TotalOptions.Builder totalCellStyle​(TableCellStyle totalCellStyle)

        Cell styling options for the total cells.

        Parameters:
        totalCellStyle - Cell styling options for the total cells.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • totalAggregationOptions

        TotalOptions.Builder totalAggregationOptions​(Collection<TotalAggregationOption> totalAggregationOptions)

        The total aggregation settings for each value field.

        Parameters:
        totalAggregationOptions - The total aggregation settings for each value field.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • totalAggregationOptions

        TotalOptions.Builder totalAggregationOptions​(TotalAggregationOption... totalAggregationOptions)

        The total aggregation settings for each value field.

        Parameters:
        totalAggregationOptions - The total aggregation settings for each value field.
        Returns:
        Returns a reference to this object so that method calls can be chained together.