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

@DomEvent("closed") public static class Dialog.ClosedEvent extends ComponentEvent<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:
  • Constructor Details

    • ClosedEvent

      public ClosedEvent(Dialog source, boolean fromClient)