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
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:
-
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
-
OpenedChangeEvent
-
-
Method Details
-
isOpened
public boolean isOpened()
-