Uses of Interface
com.vaadin.ui.PopupView.PopupVisibilityListener

Packages that use PopupView.PopupVisibilityListener
com.vaadin.ui   
 

Uses of PopupView.PopupVisibilityListener in com.vaadin.ui
 

Methods in com.vaadin.ui with parameters of type PopupView.PopupVisibilityListener
 void PopupView.addListener(PopupView.PopupVisibilityListener listener)
          Add a listener that is called whenever the visibility of the popup is changed.
 void PopupView.removeListener(PopupView.PopupVisibilityListener listener)
          Removes a previously added listener, so that it no longer receives events when the visibility of the popup changes.
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.