Package com.vaadin.flow.component.dialog
Class Dialog.ClosedEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<Dialog>
com.vaadin.flow.component.dialog.Dialog.ClosedEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
Dialog
Event that is fired after the dialog's closing animation has finished.
Can be used to remove a dialog from the UI afterward.
- 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
-
ClosedEvent
-