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
FieldsFields inherited from class java.util.EventObject
source - 
Constructor Summary
ConstructorsConstructorDescriptionActionPerformedEvent(Action source, com.vaadin.flow.component.Component component)  - 
Method Summary
Modifier and TypeMethodDescriptioncom.vaadin.flow.component.ComponentMethods 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:
 getSourcein classEventObject
 
 -