Uses of Class
com.google.gwt.dom.builder.shared.HtmlElementBuilder
-
Packages that use HtmlElementBuilder Package Description com.google.gwt.dom.builder.shared Classes used to build DOM elements.com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of HtmlElementBuilder in com.google.gwt.dom.builder.shared
Methods in com.google.gwt.dom.builder.shared that return HtmlElementBuilder Modifier and Type Method Description HtmlElementBuilder
HtmlBuilderFactory. trustedCreate(java.lang.String tagName)
HtmlElementBuilder
HtmlBuilderImpl. trustedStart(java.lang.String tagName)
-
Uses of HtmlElementBuilder in com.google.gwt.user.client.ui
Methods in com.google.gwt.user.client.ui that return HtmlElementBuilder Modifier and Type Method Description static HtmlElementBuilder
PotentialElement. createBuilderFor(Element potentialElement)
Creates anHtmlElementBuilder
instance inheriting all attributes set for the given PotentialElement.
-