Interface FilterSliderControl.Builder

    • Method Detail

      • filterControlId

        FilterSliderControl.Builder filterControlId​(String filterControlId)

        The ID of the FilterSliderControl.

        Parameters:
        filterControlId - The ID of the FilterSliderControl.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • title

        FilterSliderControl.Builder title​(String title)

        The title of the FilterSliderControl.

        Parameters:
        title - The title of the FilterSliderControl.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceFilterId

        FilterSliderControl.Builder sourceFilterId​(String sourceFilterId)

        The source filter ID of the FilterSliderControl.

        Parameters:
        sourceFilterId - The source filter ID of the FilterSliderControl.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • displayOptions

        FilterSliderControl.Builder displayOptions​(SliderControlDisplayOptions displayOptions)

        The display options of a control.

        Parameters:
        displayOptions - The display options of a control.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        FilterSliderControl.Builder type​(String type)

        The type of FilterSliderControl. Choose one of the following options:

        • SINGLE_POINT: Filter against(equals) a single data point.

        • RANGE: Filter data that is in a specified range.

        Parameters:
        type - The type of FilterSliderControl. Choose one of the following options:

        • SINGLE_POINT: Filter against(equals) a single data point.

        • RANGE: Filter data that is in a specified range.

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

        FilterSliderControl.Builder type​(SheetControlSliderType type)

        The type of FilterSliderControl. Choose one of the following options:

        • SINGLE_POINT: Filter against(equals) a single data point.

        • RANGE: Filter data that is in a specified range.

        Parameters:
        type - The type of FilterSliderControl. Choose one of the following options:

        • SINGLE_POINT: Filter against(equals) a single data point.

        • RANGE: Filter data that is in a specified range.

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

        FilterSliderControl.Builder maximumValue​(Double maximumValue)

        The smaller value that is displayed at the left of the slider.

        Parameters:
        maximumValue - The smaller value that is displayed at the left of the slider.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • minimumValue

        FilterSliderControl.Builder minimumValue​(Double minimumValue)

        The larger value that is displayed at the right of the slider.

        Parameters:
        minimumValue - The larger value that is displayed at the right of the slider.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stepSize

        FilterSliderControl.Builder stepSize​(Double stepSize)

        The number of increments that the slider bar is divided into.

        Parameters:
        stepSize - The number of increments that the slider bar is divided into.
        Returns:
        Returns a reference to this object so that method calls can be chained together.