Package com.vaadin.flow.component.dialog
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
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:
-
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()
-