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

    • OpenedChangeEvent

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

    • isOpened

      public boolean isOpened()