Class PopupButton.PopupCloseEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.Component>
com.vaadin.flow.component.spreadsheet.PopupButton.PopupCloseEvent
All Implemented Interfaces:
Serializable
Enclosing class:
PopupButton

public static class PopupButton.PopupCloseEvent extends com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.Component>
An event fired after the pop-up for the PopupButton returned by getPopupButton() has been closed.
See Also:
  • Constructor Details

    • PopupCloseEvent

      public PopupCloseEvent(com.vaadin.flow.component.Component source)
      Constructs a new close event for the given PopupButton.
      Parameters:
      source - PopupButton component that has been closed.
  • Method Details

    • getPopupButton

      public PopupButton getPopupButton()
      Gets the PopupButton where the event occurred.
      Returns:
      PopupButton component that has been closed.