GWT 2.1.1

Uses of Interface
com.google.gwt.user.client.ui.PopupListener

Packages that use PopupListener
com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. 
 

Uses of PopupListener in com.google.gwt.user.client.ui
 

Classes in com.google.gwt.user.client.ui that implement PopupListener
 class MenuBar
          A standard menu bar widget.
 

Methods in com.google.gwt.user.client.ui with parameters of type PopupListener
 void SourcesPopupEvents.addPopupListener(PopupListener listener)
          Deprecated. use HasCloseHandlers.addCloseHandler(com.google.gwt.event.logical.shared.CloseHandler) instead
 void PopupPanel.addPopupListener(PopupListener listener)
          Deprecated. Use PopupPanel.addCloseHandler(com.google.gwt.event.logical.shared.CloseHandler) instead
 void SourcesPopupEvents.removePopupListener(PopupListener listener)
          Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by HasCloseHandlers.addCloseHandler(com.google.gwt.event.logical.shared.CloseHandler) instead
 void PopupPanel.removePopupListener(PopupListener listener)
          Deprecated. Use the HandlerRegistration.removeHandler() method on the object returned by PopupPanel.addCloseHandler(com.google.gwt.event.logical.shared.CloseHandler) instead
 


GWT 2.1.1