Uses of Class
com.google.gwt.user.client.ui.HTML
-
Packages that use HTML Package Description 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 Modifier and Type Class Description 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 Modifier and Type Method Description static HTML
HTML. wrap(Element element)
Creates an HTML widget that wraps an existing <div> or <span> element.
-