Class ConfirmDialog.OpenedChangeEvent

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

public static class ConfirmDialog.OpenedChangeEvent extends com.vaadin.flow.component.ComponentEvent<ConfirmDialog>
Event that is fired when the confirm dialog's opened state changes.

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

See Also:
  • Constructor Details

    • OpenedChangeEvent

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

    • isOpened

      public boolean isOpened()