GWT 2.7.0

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
static class DialogBox.CaptionImpl
          Default implementation of Caption.
 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.7.0