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:
  • Constructor Details

    • OpenedChangeEvent

      public OpenedChangeEvent(MonthPicker source, boolean fromClient)
  • Method Details

    • isOpened

      public boolean isOpened()