Class Popover.OpenedChangeEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<Popover>
com.vaadin.flow.component.popover.Popover.OpenedChangeEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Popover
@DomEvent("opened-changed")
public static class Popover.OpenedChangeEvent
extends ComponentEvent<Popover>
opened-changed
event is sent when the overlay opened state
changes.- 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, unregisterListener
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
OpenedChangeEvent
-
-
Method Details
-
isOpened
public boolean isOpened()
-