Class PopupButton.PopupOpenEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.Component>
com.vaadin.flow.component.spreadsheet.PopupButton.PopupOpenEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
PopupButton
public static class PopupButton.PopupOpenEvent
extends com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.Component>
An event fired after the pop-up button returned by
getPopupButton() has been clicked and the pop-up has been
opened.- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionPopupOpenEvent(com.vaadin.flow.component.Component source) Constructs a new open event for the given PopupButton. -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
PopupOpenEvent
public PopupOpenEvent(com.vaadin.flow.component.Component source) Constructs a new open event for the given PopupButton.- Parameters:
source- PopupButton component that has been opened.
-
-
Method Details
-
getPopupButton
Gets thePopupButtonwhere the event occurred.- Returns:
- PopupButton component that has been opened.
-