| 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | LoggingPopupA simple popup to show log messages, which can be resized, minimized, and
 dragged to a different location. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DecoratedPopupPanel
 A  PopupPanelthat wraps its content in a 3x3 grid, which allows users
 to add rounded corners. | 
| class  | DialogBoxA form of popup that has a caption area at the top and can be dragged by the
 user. | 
| Modifier and Type | Method and 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 the  PopupPanelused to display suggestions. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PopupListenerCollection. firePopupClosed(PopupPanel sender,
               boolean autoClosed)Deprecated. 
 | 
| void | PopupListener. onPopupClosed(PopupPanel sender,
             boolean autoClosed)Deprecated. 
 | 
| void | MenuBar. onPopupClosed(PopupPanel sender,
             boolean autoClosed)Deprecated. 
 Use  MenuBar.addCloseHandler(CloseHandler)instead | 
| Modifier and Type | Method and Description | 
|---|---|
| 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) | 
| Constructor and Description | 
|---|
| ResizeAnimation(PopupPanel panel)Create a new  PopupPanel.ResizeAnimation. |