Class SideDialogCloseActionEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<SideDialog>
io.jmix.flowui.component.sidedialog.SideDialogCloseActionEvent
- All Implemented Interfaces:
Serializable
public class SideDialogCloseActionEvent
extends com.vaadin.flow.component.ComponentEvent<SideDialog>
Event fired when the user clicks outside the overlay or presses the escape key.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
SideDialogCloseActionEvent
-