Class ConfirmDialog.ClosedEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<ConfirmDialog>
com.vaadin.flow.component.confirmdialog.ConfirmDialog.ClosedEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
ConfirmDialog
@DomEvent("closed")
public static class ConfirmDialog.ClosedEvent
extends ComponentEvent<ConfirmDialog>
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
-