Class Dialog.OpenedChangeEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<Dialog>
com.vaadin.flow.component.dialog.Dialog.OpenedChangeEvent
All Implemented Interfaces:
Serializable
Enclosing class:
Dialog

public static class Dialog.OpenedChangeEvent extends ComponentEvent<Dialog>
Event that is fired when the dialog's opened state changes.

Note that this event fires immediately when the opened property changes, which, when closing the dialog, is before the closing animation has finished. To wait for the animation to finish, listen for the Dialog.ClosedEvent event.

See Also:
  • Constructor Details

    • OpenedChangeEvent

      public OpenedChangeEvent(Dialog source, boolean fromClient)
  • Method Details

    • isOpened

      public boolean isOpened()