GWT 2.7.0

Uses of Class
com.google.gwt.user.client.ui.SimplePanel

Packages that use SimplePanel
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. 
 

Uses of SimplePanel in com.google.gwt.editor.ui.client
 

Fields in com.google.gwt.editor.ui.client declared as SimplePanel
(package private)  SimplePanel ValueBoxEditorDecorator.contents
           
 

Uses of SimplePanel in com.google.gwt.logging.client
 

Subclasses of SimplePanel in com.google.gwt.logging.client
 class LoggingPopup
          A simple popup to show log messages, which can be resized, minimized, and dragged to a different location.
 

Uses of SimplePanel in com.google.gwt.user.client.ui
 

Subclasses of SimplePanel in com.google.gwt.user.client.ui
 class CustomScrollPanel
          A custom version of the ScrollPanel that allows user provided scrollbars.
 class DecoratedPopupPanel
           A PopupPanel that wraps its content in a 3x3 grid, which allows users to add rounded corners.
 class DecoratorPanel
           A SimplePanel that wraps its contents in stylized boxes, which can be used to add rounded corners to a Widget.
 class DialogBox
          A form of popup that has a caption area at the top and can be dragged by the user.
 class FocusPanel
          A simple panel that makes its contents focusable, and adds the ability to catch mouse and keyboard events.
 class FormPanel
          A panel that wraps its contents in an HTML <FORM> element.
 class LazyPanel
          Convenience class to help lazy loading.
 class PopupPanel
          A panel that can "pop up" over other widgets.
 class ResizeLayoutPanel
          A simple panel that ProvidesResize to its one child, but does not RequiresResize.
 class ScrollPanel
          A simple panel that wraps its contents in a scrollable area.
 class SimpleLayoutPanel
          A simple panel that ProvidesResize to its one child.
 

Methods in com.google.gwt.user.client.ui that return SimplePanel
protected  SimplePanel TabPanel.createTabTextWrapper()
          Create a SimplePanel that will wrap the contents in a tab.
protected  SimplePanel TabBar.createTabTextWrapper()
          Create a SimplePanel that will wrap the contents in a tab.
protected  SimplePanel DecoratedTabPanel.createTabTextWrapper()
           
protected  SimplePanel DecoratedTabBar.createTabTextWrapper()
           
 


GWT 2.7.0