Class MonthPicker.OpenedChangeEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<MonthPicker>
org.vaadin.addons.componentfactory.monthpicker.MonthPicker.OpenedChangeEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
MonthPicker
@DomEvent("vcf-month-picker-opened-changed")
public static class MonthPicker.OpenedChangeEvent
extends com.vaadin.flow.component.ComponentEvent<MonthPicker>
Event fired when the opened state of the overlay 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, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
OpenedChangeEvent
-
-
Method Details
-
isOpened
public boolean isOpened()
-