Uses of Class
com.google.gwt.user.client.ui.PopupPanel
-
Packages that use PopupPanel Package Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description class
DecoratedPopupPanel
APopupPanel
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 Modifier and Type Method Description 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 thePopupPanel
used to display suggestions.Methods in com.google.gwt.user.client.ui with parameters of type PopupPanel Modifier and Type Method Description void
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.Method parameters in com.google.gwt.user.client.ui with type arguments of type PopupPanel Modifier and Type Method Description static void
ListenerWrapper.WrappedPopupListener. add(HasCloseHandlers<PopupPanel> source, PopupListener listener)
HandlerRegistration
MenuBar. addCloseHandler(CloseHandler<PopupPanel> handler)
HandlerRegistration
PopupPanel. addCloseHandler(CloseHandler<PopupPanel> handler)
void
ListenerWrapper.WrappedPopupListener. onClose(CloseEvent<PopupPanel> event)
Constructors in com.google.gwt.user.client.ui with parameters of type PopupPanel Constructor Description ResizeAnimation(PopupPanel panel)
Create a newPopupPanel.ResizeAnimation
.
-