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 classLoggingPopupA 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 classDecoratedPopupPanelAPopupPanelthat wraps its content in a 3x3 grid, which allows users to add rounded corners.classDialogBoxA 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 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 PopupPanel Modifier and Type Method Description voidPopupListenerCollection. 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 PopupPanel Modifier and Type Method Description static voidListenerWrapper.WrappedPopupListener. add(HasCloseHandlers<PopupPanel> source, PopupListener listener)HandlerRegistrationMenuBar. addCloseHandler(CloseHandler<PopupPanel> handler)HandlerRegistrationPopupPanel. addCloseHandler(CloseHandler<PopupPanel> handler)voidListenerWrapper.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.
-