Interface ComponentEvent.Builder

    • Method Detail

      • action

        ComponentEvent.Builder action​(String action)

        The action to perform when a specific event is raised.

        Parameters:
        action - The action to perform when a specific event is raised.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parameters

        ComponentEvent.Builder parameters​(ActionParameters parameters)

        Describes information about the action.

        Parameters:
        parameters - Describes information about the action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • bindingEvent

        ComponentEvent.Builder bindingEvent​(String bindingEvent)

        Binds an event to an action on a component. When you specify a bindingEvent, the event is called when the action is performed.

        Parameters:
        bindingEvent - Binds an event to an action on a component. When you specify a bindingEvent, the event is called when the action is performed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.