Package io.jmix.flowui.kit.action
Class ActionPerformedEvent
java.lang.Object
java.util.EventObject
io.jmix.flowui.kit.action.ActionPerformedEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionActionPerformedEvent
(Action source, com.vaadin.flow.component.Component component) -
Method Summary
Modifier and TypeMethodDescriptioncom.vaadin.flow.component.Component
Methods inherited from class java.util.EventObject
toString
-
Field Details
-
component
protected final com.vaadin.flow.component.Component component
-
-
Constructor Details
-
ActionPerformedEvent
-
-
Method Details
-
getComponent
public com.vaadin.flow.component.Component getComponent() -
getSource
- Overrides:
getSource
in classEventObject
-