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