Uses of Class
com.google.gwt.user.client.ui.PotentialElement
-
Packages that use PotentialElement Package Description com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of PotentialElement in com.google.gwt.user.client.ui
Methods in com.google.gwt.user.client.ui that return PotentialElement Modifier and Type Method 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.
-