GWT 2.1.1

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

Packages that use HTML
com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. 
 

Uses of HTML in com.google.gwt.user.client.ui
 

Subclasses of HTML in com.google.gwt.user.client.ui
 class InlineHTML
          A widget that can contain arbitrary HTML.
 

Methods in com.google.gwt.user.client.ui that return HTML
static HTML HTML.wrap(Element element)
          Creates an HTML widget that wraps an existing <div> or <span> element.
 


GWT 2.1.1