Uses of Class
com.google.gwt.user.client.ui.PopupPanel
Packages that use PopupPanel
Package
Description
Log handlers and related classes for java.util.logging support in GWT.
Widgets, Panels, and other user-interface classes.
- 
Uses of PopupPanel in com.google.gwt.logging.clientSubclasses of PopupPanel in com.google.gwt.logging.clientModifier and TypeClassDescriptionclassA 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.uiSubclasses of PopupPanel in com.google.gwt.user.client.uiModifier and TypeClassDescriptionclassAPopupPanelthat wraps its content in a 3x3 grid, which allows users to add rounded corners.classA 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 PopupPanelModifier and TypeMethodDescriptionprotected PopupPanelSuggestBox.DefaultSuggestionDisplay.createPopup()Create the PopupPanel that will hold the list of suggestions.(package private) PopupPanelMenuBar.getPopup()Visible for testing.protected PopupPanelSuggestBox.DefaultSuggestionDisplay.getPopupPanel()Get thePopupPanelused to display suggestions.Methods in com.google.gwt.user.client.ui with parameters of type PopupPanelModifier and TypeMethodDescriptionvoidPopupListenerCollection.firePopupClosed(PopupPanel sender, boolean autoClosed) Deprecated.voidMenuBar.onPopupClosed(PopupPanel sender, boolean autoClosed) Deprecated.UseMenuBar.addCloseHandler(CloseHandler)insteadvoidPopupListener.onPopupClosed(PopupPanel sender, boolean autoClosed) Deprecated.Method parameters in com.google.gwt.user.client.ui with type arguments of type PopupPanelModifier and TypeMethodDescriptionstatic voidListenerWrapper.WrappedPopupListener.add(HasCloseHandlers<PopupPanel> source, PopupListener listener) MenuBar.addCloseHandler(CloseHandler<PopupPanel> handler) PopupPanel.addCloseHandler(CloseHandler<PopupPanel> handler) voidListenerWrapper.WrappedPopupListener.onClose(CloseEvent<PopupPanel> event) Constructors in com.google.gwt.user.client.ui with parameters of type PopupPanelModifierConstructorDescriptionResizeAnimation(PopupPanel panel) Create a newPopupPanel.ResizeAnimation.
CloseHandler.onClose(com.google.gwt.event.logical.shared.CloseEvent<T>)instead