Uses of Class
com.google.gwt.user.client.ui.SimplePanel
-
Packages that use SimplePanel 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. -
-
Uses of SimplePanel in com.google.gwt.editor.ui.client
Fields in com.google.gwt.editor.ui.client declared as SimplePanel Modifier and Type Field Description (package private) SimplePanelValueBoxEditorDecorator. contents -
Uses of SimplePanel in com.google.gwt.logging.client
Subclasses of SimplePanel 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 SimplePanel in com.google.gwt.user.client.ui
Subclasses of SimplePanel in com.google.gwt.user.client.ui Modifier and Type Class Description classCustomScrollPanelA custom version of theScrollPanelthat allows user provided scrollbars.classDecoratedPopupPanelAPopupPanelthat wraps its content in a 3x3 grid, which allows users to add rounded corners.classDecoratorPanelASimplePanelthat wraps its contents in stylized boxes, which can be used to add rounded corners to aWidget.classDialogBoxA form of popup that has a caption area at the top and can be dragged by the user.classFocusPanelA simple panel that makes its contents focusable, and adds the ability to catch mouse and keyboard events.classFormPanelA panel that wraps its contents in an HTML <FORM> element.classLazyPanelConvenience class to help lazy loading.classPopupPanelA panel that can "pop up" over other widgets.classResizeLayoutPanelA simple panel thatProvidesResizeto its one child, but does notRequiresResize.classScrollPanelA simple panel that wraps its contents in a scrollable area.classSimpleLayoutPanelA simple panel thatProvidesResizeto its one child.Methods in com.google.gwt.user.client.ui that return SimplePanel Modifier and Type Method Description protected SimplePanelDecoratedTabBar. createTabTextWrapper()protected SimplePanelDecoratedTabPanel. createTabTextWrapper()protected SimplePanelTabBar. createTabTextWrapper()Create aSimplePanelthat will wrap the contents in a tab.protected SimplePanelTabPanel. createTabTextWrapper()Create aSimplePanelthat will wrap the contents in a tab.
-