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 SummaryFieldsFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionActionPerformedEvent(Action source, com.vaadin.flow.component.Component component) 
- 
Method SummaryModifier and TypeMethodDescriptioncom.vaadin.flow.component.ComponentMethods inherited from class java.util.EventObjecttoString
- 
Field Details- 
componentprotected final com.vaadin.flow.component.Component component
 
- 
- 
Constructor Details- 
ActionPerformedEvent
 
- 
- 
Method Details- 
getComponentpublic com.vaadin.flow.component.Component getComponent()
- 
getSource- Overrides:
- getSourcein class- EventObject
 
 
-