| Package | Description |
|---|---|
| com.vaadin.ui |
| Modifier and Type | Method and Description |
|---|---|
void |
PopupView.addListener(PopupView.PopupVisibilityListener listener)
Deprecated.
As of 7.0, replaced by
PopupView.addPopupVisibilityListener(PopupVisibilityListener) |
void |
PopupView.addPopupVisibilityListener(PopupView.PopupVisibilityListener listener)
Add a listener that is called whenever the visibility of the popup is
changed.
|
void |
PopupView.removeListener(PopupView.PopupVisibilityListener listener)
Deprecated.
As of 7.0, replaced by
PopupView.removePopupVisibilityListener(PopupVisibilityListener) |
void |
PopupView.removePopupVisibilityListener(PopupView.PopupVisibilityListener listener)
Removes a previously added listener, so that it no longer receives events
when the visibility of the popup changes.
|
Copyright © 2023 Vaadin Ltd. All rights reserved.