public static interface PopupView.PopupVisibilityListener extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
popupVisibilityChange(PopupView.PopupVisibilityEvent event)
Pass to
PopupView#PopupVisibilityEvent to start listening for
popup visibility changes. |
void popupVisibilityChange(PopupView.PopupVisibilityEvent event)
PopupView#PopupVisibilityEvent
to start listening for
popup visibility changes.event
- the eventPopupVisibilityEvent}
,
PopupView#addListener(PopupVisibilityListener)}
Copyright © 2022 Vaadin Ltd. All rights reserved.