Uses of Class
com.google.gwt.user.client.ui.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.client
Modifier and TypeClassDescriptionclass
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
Modifier and TypeClassDescriptionclass
APopupPanel
that wraps its content in a 3x3 grid, which allows users to add rounded corners.class
A form of popup that has a caption area at the top and can be dragged by the user.Modifier and TypeMethodDescriptionprotected 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 thePopupPanel
used to display suggestions.Modifier and TypeMethodDescriptionvoid
PopupListenerCollection.firePopupClosed
(PopupPanel sender, boolean autoClosed) Deprecated.void
MenuBar.onPopupClosed
(PopupPanel sender, boolean autoClosed) Deprecated.UseMenuBar.addCloseHandler(CloseHandler)
insteadvoid
PopupListener.onPopupClosed
(PopupPanel sender, boolean autoClosed) Deprecated.Modifier and TypeMethodDescriptionstatic void
ListenerWrapper.WrappedPopupListener.add
(HasCloseHandlers<PopupPanel> source, PopupListener listener) MenuBar.addCloseHandler
(CloseHandler<PopupPanel> handler) PopupPanel.addCloseHandler
(CloseHandler<PopupPanel> handler) void
ListenerWrapper.WrappedPopupListener.onClose
(CloseEvent<PopupPanel> event) ModifierConstructorDescriptionResizeAnimation
(PopupPanel panel) Create a newPopupPanel.ResizeAnimation
.
CloseHandler.onClose(com.google.gwt.event.logical.shared.CloseEvent<T>)
instead