GWT 2.7.0

Uses of Class
com.google.gwt.user.client.ui.PotentialElement

Packages that use PotentialElement
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
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.
 


GWT 2.7.0