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 classDialogBox.CaptionImplDefault implementation of Caption.classInlineHTMLA widget that can contain arbitrary HTML.Methods in com.google.gwt.user.client.ui that return HTML Modifier and Type Method Description static HTMLHTML. wrap(Element element)Creates an HTML widget that wraps an existing <div> or <span> element.
-