Interface FieldTooltipItem.Builder

    • Method Detail

      • fieldId

        FieldTooltipItem.Builder fieldId​(String fieldId)

        The unique ID of the field that is targeted by the tooltip.

        Parameters:
        fieldId - The unique ID of the field that is targeted by the tooltip.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • label

        FieldTooltipItem.Builder label​(String label)

        The label of the tooltip item.

        Parameters:
        label - The label of the tooltip item.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • visibility

        FieldTooltipItem.Builder visibility​(String visibility)

        The visibility of the tooltip item.

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

        FieldTooltipItem.Builder visibility​(Visibility visibility)

        The visibility of the tooltip item.

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

        FieldTooltipItem.Builder tooltipTarget​(String tooltipTarget)

        Determines the target of the field tooltip item in a combo chart visual.

        Parameters:
        tooltipTarget - Determines the target of the field tooltip item in a combo chart visual.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TooltipTarget, TooltipTarget
      • tooltipTarget

        FieldTooltipItem.Builder tooltipTarget​(TooltipTarget tooltipTarget)

        Determines the target of the field tooltip item in a combo chart visual.

        Parameters:
        tooltipTarget - Determines the target of the field tooltip item in a combo chart visual.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TooltipTarget, TooltipTarget