public static class PopupButton.PopupOpenEvent
extends com.vaadin.ui.Component.Event
getPopupButton() has been clicked and the pop-up has been
opened.source| Constructor and Description |
|---|
PopupOpenEvent(com.vaadin.ui.Component source)
Constructs a new open event for the given PopupButton.
|
| Modifier and Type | Method and Description |
|---|---|
PopupButton |
getPopupButton()
Gets the
PopupButton where the event occurred. |
getSource, toStringpublic PopupOpenEvent(com.vaadin.ui.Component source)
source - PopupButton component that has been opened.public PopupButton getPopupButton()
PopupButton where the event occurred.Copyright © 2013–2026 Vaadin Ltd. All rights reserved.