Interface ImageCustomAction.Builder

    • Method Detail

      • customActionId

        ImageCustomAction.Builder customActionId​(String customActionId)

        The ID of the custom action.

        Parameters:
        customActionId - The ID of the custom action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        ImageCustomAction.Builder name​(String name)

        The name of the custom action.

        Parameters:
        name - The name of the custom action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        ImageCustomAction.Builder status​(String status)

        The status of the custom action.

        Parameters:
        status - The status of the custom action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        WidgetStatus, WidgetStatus
      • trigger

        ImageCustomAction.Builder trigger​(String trigger)

        The trigger of the VisualCustomAction.

        Valid values are defined as follows:

        • CLICK: Initiates a custom action by a left pointer click on a data point.

        • MENU: Initiates a custom action by right pointer click from the menu.

        Parameters:
        trigger - The trigger of the VisualCustomAction.

        Valid values are defined as follows:

        • CLICK: Initiates a custom action by a left pointer click on a data point.

        • MENU: Initiates a custom action by right pointer click from the menu.

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

        ImageCustomAction.Builder trigger​(ImageCustomActionTrigger trigger)

        The trigger of the VisualCustomAction.

        Valid values are defined as follows:

        • CLICK: Initiates a custom action by a left pointer click on a data point.

        • MENU: Initiates a custom action by right pointer click from the menu.

        Parameters:
        trigger - The trigger of the VisualCustomAction.

        Valid values are defined as follows:

        • CLICK: Initiates a custom action by a left pointer click on a data point.

        • MENU: Initiates a custom action by right pointer click from the menu.

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

        ImageCustomAction.Builder actionOperations​(Collection<ImageCustomActionOperation> actionOperations)

        A list of ImageCustomActionOperations.

        This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

        Parameters:
        actionOperations - A list of ImageCustomActionOperations.

        This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • actionOperations

        ImageCustomAction.Builder actionOperations​(ImageCustomActionOperation... actionOperations)

        A list of ImageCustomActionOperations.

        This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

        Parameters:
        actionOperations - A list of ImageCustomActionOperations.

        This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

        Returns:
        Returns a reference to this object so that method calls can be chained together.