Interface PopupButton.PopupOpenListener
- All Superinterfaces:
Serializable
- Enclosing class:
PopupButton
Interface for listening for a
PopupButton.PopupOpenEvent fired by a
PopupButton.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when aPopupButtonhas been clicked and the pop-up has been opened.
-
Field Details
-
POPUP_OPEN_METHOD
-
-
Method Details
-
onPopupOpen
Called when aPopupButtonhas been clicked and the pop-up has been opened. A reference to the pop-up button is given byPopupButton.PopupOpenEvent.getPopupButton().- Parameters:
event- An event containing the opened pop-up button
-