Class ActionPerformedEvent

java.lang.Object
java.util.EventObject
io.jmix.flowui.kit.action.ActionPerformedEvent
All Implemented Interfaces:
Serializable

public class ActionPerformedEvent extends EventObject
Event sent when the Action is performed.
See Also:
  • Field Details

    • component

      protected final com.vaadin.flow.component.Component component
  • Constructor Details

    • ActionPerformedEvent

      public ActionPerformedEvent(Action source, com.vaadin.flow.component.Component component)
      Constructs an ActionPerformedEvent.
      Parameters:
      source - the action on which the Event initially occurred
      component - Component that triggered action
  • Method Details

    • getComponent

      public com.vaadin.flow.component.Component getComponent()
      Returns:
      Component that triggered this action.
    • getSource

      public Action getSource()
      Overrides:
      getSource in class EventObject