Uses of Interface
com.vaadin.ui.PopupView.PopupVisibilityListener
-
Packages that use PopupView.PopupVisibilityListener Package Description com.vaadin.ui -
-
Uses of PopupView.PopupVisibilityListener in com.vaadin.ui
Methods in com.vaadin.ui with parameters of type PopupView.PopupVisibilityListener Modifier and Type Method Description voidPopupView. addListener(PopupView.PopupVisibilityListener listener)Deprecated.As of 7.0, replaced byPopupView.addPopupVisibilityListener(PopupVisibilityListener)voidPopupView. addPopupVisibilityListener(PopupView.PopupVisibilityListener listener)Add a listener that is called whenever the visibility of the popup is changed.voidPopupView. removeListener(PopupView.PopupVisibilityListener listener)Deprecated.As of 7.0, replaced byPopupView.removePopupVisibilityListener(PopupVisibilityListener)voidPopupView. removePopupVisibilityListener(PopupView.PopupVisibilityListener listener)Removes a previously added listener, so that it no longer receives events when the visibility of the popup changes.
-