| Package | Description | 
|---|---|
| com.google.gwt.editor.ui.client | User interface components for the bean editor framework. | 
| 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 | Field and Description | 
|---|---|
| (package private) SimplePanel | ValueBoxEditorDecorator. contents | 
| 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  | CustomScrollPanelA custom version of the  ScrollPanelthat allows user provided
 scrollbars. | 
| class  | DecoratedPopupPanel
 A  PopupPanelthat wraps its content in a 3x3 grid, which allows users
 to add rounded corners. | 
| class  | DecoratorPanel
 A  SimplePanelthat wraps its contents in stylized boxes, which can be
 used to add rounded corners to aWidget. | 
| class  | DialogBoxA form of popup that has a caption area at the top and can be dragged by the
 user. | 
| class  | FocusPanelA simple panel that makes its contents focusable, and adds the ability to
 catch mouse and keyboard events. | 
| class  | FormPanelA panel that wraps its contents in an HTML <FORM> element. | 
| class  | LazyPanelConvenience class to help lazy loading. | 
| class  | PopupPanelA panel that can "pop up" over other widgets. | 
| class  | ResizeLayoutPanelA simple panel that  ProvidesResizeto its one child, but does notRequiresResize. | 
| class  | ScrollPanelA simple panel that wraps its contents in a scrollable area. | 
| class  | SimpleLayoutPanelA simple panel that  ProvidesResizeto its one child. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected SimplePanel | TabPanel. createTabTextWrapper()Create a  SimplePanelthat will wrap the contents in a tab. | 
| protected SimplePanel | TabBar. createTabTextWrapper()Create a  SimplePanelthat will wrap the contents in a tab. | 
| protected SimplePanel | DecoratedTabPanel. createTabTextWrapper() | 
| protected SimplePanel | DecoratedTabBar. createTabTextWrapper() |