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 RegistrationPopupView. addPopupVisibilityListener(PopupView.PopupVisibilityListener listener)Add a listener that is called whenever the visibility of the popup is changed.voidPopupView. removePopupVisibilityListener(PopupView.PopupVisibilityListener listener)Deprecated.As of 8.0, replaced byRegistration.remove()in the registration object returned fromPopupView.addPopupVisibilityListener(PopupVisibilityListener).
-