Java com.google.gwt.user.client.ui SimplePanel fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.user.client.ui SimplePanel fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.user.client.ui SimplePanel.

The text is from its open source code.

Subclass

com.google.gwt.user.client.ui.SimplePanel has subclasses.
Click this link to see all its subclasses.

Constructor

SimplePanel()
Creates an empty panel that uses a DIV for its contents.
SimplePanel(Widget child)
Create a panel with the specified child widget.
SimplePanel(Element elem)
Creates an empty panel that uses the specified browser element for its contents.

Method

voidadd(Widget w)
Adds a widget to this panel.
voidclear()
WidgetgetWidget()
Gets the panel's child widget.
booleanremove(Widget w)
voidsetWidget(IsWidget w)
voidsetWidget(Widget w)
Sets this panel's widget.