public static interface PopupButton.PopupCloseListener extends Serializable
PopupButton.PopupCloseEvent fired by a
PopupButton.| Modifier and Type | Field and Description |
|---|---|
static Method |
POPUP_CLOSE_METHOD |
| Modifier and Type | Method and Description |
|---|---|
void |
onPopupClose(PopupButton.PopupCloseEvent event)
Called when the pop-up for the
PopupButton returned by
PopupButton.PopupCloseEvent.getPopupButton() has been closed. |
static final Method POPUP_CLOSE_METHOD
void onPopupClose(PopupButton.PopupCloseEvent event)
PopupButton returned by
PopupButton.PopupCloseEvent.getPopupButton() has been closed.event - An event containing the closed pop-up buttonCopyright © 2013–2026 Vaadin Ltd. All rights reserved.