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 HtmlElementBuilderHtmlBuilderFactory. trustedCreate(java.lang.String tagName)HtmlElementBuilderHtmlBuilderImpl. 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 HtmlElementBuilderPotentialElement. createBuilderFor(Element potentialElement)Creates anHtmlElementBuilderinstance inheriting all attributes set for the given PotentialElement.
-