Uses of Class
com.google.gwt.user.client.ui.SimplePanel
Packages that use SimplePanel
Package
Description
User interface components for the bean editor framework.
Log handlers and related classes for java.util.logging support in GWT.
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 -
Uses of SimplePanel in com.google.gwt.logging.client
Subclasses of SimplePanel in com.google.gwt.logging.clientModifier and TypeClassDescriptionclass
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.uiModifier and TypeClassDescriptionclass
A custom version of theScrollPanel
that allows user provided scrollbars.class
APopupPanel
that wraps its content in a 3x3 grid, which allows users to add rounded corners.class
ASimplePanel
that wraps its contents in stylized boxes, which can be used to add rounded corners to aWidget
.class
A form of popup that has a caption area at the top and can be dragged by the user.class
A simple panel that makes its contents focusable, and adds the ability to catch mouse and keyboard events.class
A panel that wraps its contents in an HTML <FORM> element.class
Convenience class to help lazy loading.class
A panel that can "pop up" over other widgets.class
A simple panel thatProvidesResize
to its one child, but does notRequiresResize
.class
A simple panel that wraps its contents in a scrollable area.class
A simple panel thatProvidesResize
to its one child.Methods in com.google.gwt.user.client.ui that return SimplePanelModifier and TypeMethodDescriptionprotected SimplePanel
DecoratedTabBar.createTabTextWrapper()
protected SimplePanel
DecoratedTabPanel.createTabTextWrapper()
protected SimplePanel
TabBar.createTabTextWrapper()
Create aSimplePanel
that will wrap the contents in a tab.protected SimplePanel
TabPanel.createTabTextWrapper()
Create aSimplePanel
that will wrap the contents in a tab.