You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.component.dialog.

Class Dialog.DialogCloseActionEvent

  • All Implemented Interfaces:

    Serializable

    Enclosing class:

    Dialog

    @DomEvent("vaadin-dialog-close-action")
    public static class Dialog.DialogCloseActionEvent
    extends ComponentEvent<Dialog>

    `vaadin-dialog-close-action` is sent when the user clicks outside the overlay or presses the escape key.

    See Also:

    Serialized Form

    • Constructor Detail

      • DialogCloseActionEvent

        public DialogCloseActionEvent​(Dialog source,
                                      boolean fromClient)