Class SideDialogOpenedChangeEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<SideDialog>
io.jmix.flowui.component.sidedialog.SideDialogOpenedChangeEvent
- All Implemented Interfaces:
Serializable
public class SideDialogOpenedChangeEvent
extends com.vaadin.flow.component.ComponentEvent<SideDialog>
Event fired when the
SideDialog is opened or closed.- See Also:
-
Field Summary
FieldsFields 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
-
Field Details
-
opened
protected final boolean opened
-
-
Constructor Details
-
SideDialogOpenedChangeEvent
-
-
Method Details
-
isOpened
public boolean isOpened()- Returns:
trueif the dialog is opened,falseotherwise
-