GWT 2.7.0

Uses of Class
com.google.gwt.user.client.ui.PopupPanel

Packages that use PopupPanel
com.google.gwt.logging.client Log handlers and related classes for java.util.logging support in GWT. 
com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. 
 

Uses of PopupPanel in com.google.gwt.logging.client
 

Subclasses of PopupPanel in com.google.gwt.logging.client
 class LoggingPopup
          A simple popup to show log messages, which can be resized, minimized, and dragged to a different location.
 

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

Subclasses of PopupPanel in com.google.gwt.user.client.ui
 class DecoratedPopupPanel
           A PopupPanel that wraps its content in a 3x3 grid, which allows users to add rounded corners.
 class DialogBox
          A form of popup that has a caption area at the top and can be dragged by the user.
 

Methods in com.google.gwt.user.client.ui that return PopupPanel
protected  PopupPanel SuggestBox.DefaultSuggestionDisplay.createPopup()
          Create the PopupPanel that will hold the list of suggestions.
(package private)  PopupPanel MenuBar.getPopup()
          Visible for testing.
protected  PopupPanel SuggestBox.DefaultSuggestionDisplay.getPopupPanel()
          Get the PopupPanel used to display suggestions.
 

Methods in com.google.gwt.user.client.ui with parameters of type PopupPanel
 void PopupListenerCollection.firePopupClosed(PopupPanel sender, boolean autoClosed)
          Deprecated. use CloseHandler.onClose(com.google.gwt.event.logical.shared.CloseEvent) instead
 void PopupListener.onPopupClosed(PopupPanel sender, boolean autoClosed)
          Deprecated. use CloseHandler.onClose(com.google.gwt.event.logical.shared.CloseEvent) instead
 void MenuBar.onPopupClosed(PopupPanel sender, boolean autoClosed)
          Deprecated. Use MenuBar.addCloseHandler(CloseHandler) instead
 

Method parameters in com.google.gwt.user.client.ui with type arguments of type PopupPanel
static void ListenerWrapper.WrappedPopupListener.add(HasCloseHandlers<PopupPanel> source, PopupListener listener)
           
 HandlerRegistration PopupPanel.addCloseHandler(CloseHandler<PopupPanel> handler)
           
 HandlerRegistration MenuBar.addCloseHandler(CloseHandler<PopupPanel> handler)
           
 void ListenerWrapper.WrappedPopupListener.onClose(CloseEvent<PopupPanel> event)
           
 

Constructors in com.google.gwt.user.client.ui with parameters of type PopupPanel
PopupPanel.ResizeAnimation(PopupPanel panel)
          Create a new PopupPanel.ResizeAnimation.
 


GWT 2.7.0