Package | Description |
---|---|
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
Modifier and Type | Method and Description |
---|---|
static PotentialElement |
PotentialElement.as(Element e) |
static PotentialElement |
PotentialElement.build(UIObject o)
Builds a new PotentialElement with the tag name set to "div".
|
static PotentialElement |
PotentialElement.build(UIObject o,
java.lang.String tagName)
Builds a new PotentialElement.
|