Interface FieldBasedTooltip.Builder

    • Method Detail

      • aggregationVisibility

        FieldBasedTooltip.Builder aggregationVisibility​(String aggregationVisibility)

        The visibility of Show aggregations.

        Parameters:
        aggregationVisibility - The visibility of Show aggregations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Visibility, Visibility
      • aggregationVisibility

        FieldBasedTooltip.Builder aggregationVisibility​(Visibility aggregationVisibility)

        The visibility of Show aggregations.

        Parameters:
        aggregationVisibility - The visibility of Show aggregations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Visibility, Visibility
      • tooltipTitleType

        FieldBasedTooltip.Builder tooltipTitleType​(String tooltipTitleType)

        The type for the >tooltip title. Choose one of the following options:

        • NONE: Doesn't use the primary value as the title.

        • PRIMARY_VALUE: Uses primary value as the title.

        Parameters:
        tooltipTitleType - The type for the >tooltip title. Choose one of the following options:

        • NONE: Doesn't use the primary value as the title.

        • PRIMARY_VALUE: Uses primary value as the title.

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

        FieldBasedTooltip.Builder tooltipTitleType​(TooltipTitleType tooltipTitleType)

        The type for the >tooltip title. Choose one of the following options:

        • NONE: Doesn't use the primary value as the title.

        • PRIMARY_VALUE: Uses primary value as the title.

        Parameters:
        tooltipTitleType - The type for the >tooltip title. Choose one of the following options:

        • NONE: Doesn't use the primary value as the title.

        • PRIMARY_VALUE: Uses primary value as the title.

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

        FieldBasedTooltip.Builder tooltipFields​(Collection<TooltipItem> tooltipFields)

        The fields configuration in the tooltip.

        Parameters:
        tooltipFields - The fields configuration in the tooltip.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tooltipFields

        FieldBasedTooltip.Builder tooltipFields​(TooltipItem... tooltipFields)

        The fields configuration in the tooltip.

        Parameters:
        tooltipFields - The fields configuration in the tooltip.
        Returns:
        Returns a reference to this object so that method calls can be chained together.