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 thePopupButtonreturned bygetPopupButton()has been closed.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description PopupCloseEvent(com.vaadin.flow.component.Component source)Constructs a new close event for the given PopupButton.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PopupButtongetPopupButton()Gets thePopupButtonwhere the event occurred.-
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener
-
Methods inherited from class java.util.EventObject
toString
-
-
-
-
Method Detail
-
getPopupButton
public PopupButton getPopupButton()
Gets thePopupButtonwhere the event occurred.- Returns:
- PopupButton component that has been closed.
-
-