public static interface PopupButton.PopupOpenListener extends Serializable
PopupButton.PopupOpenEvent fired by a
PopupButton.| Modifier and Type | Field and Description |
|---|---|
static Method |
POPUP_OPEN_METHOD |
| Modifier and Type | Method and Description |
|---|---|
void |
onPopupOpen(PopupButton.PopupOpenEvent event)
Called when a
PopupButton has been clicked and the pop-up has
been opened. |
static final Method POPUP_OPEN_METHOD
void onPopupOpen(PopupButton.PopupOpenEvent event)
PopupButton has been clicked and the pop-up has
been opened. A reference to the pop-up button is given by
PopupButton.PopupOpenEvent.getPopupButton().event - An event containing the opened pop-up buttonCopyright © 2013–2026 Vaadin Ltd. All rights reserved.