Uses of Class
com.google.gwt.dom.builder.shared.ElementBuilderFactory
-
Packages that use ElementBuilderFactory Package Description com.google.gwt.dom.builder.client Classes used to build DOM elements.com.google.gwt.dom.builder.shared Classes used to build DOM elements. -
-
Uses of ElementBuilderFactory in com.google.gwt.dom.builder.client
Subclasses of ElementBuilderFactory in com.google.gwt.dom.builder.client Modifier and Type Class Description class
DomBuilderFactory
Factory for creating element builders that construct elements using DOM manipulation. -
Uses of ElementBuilderFactory in com.google.gwt.dom.builder.shared
Subclasses of ElementBuilderFactory in com.google.gwt.dom.builder.shared Modifier and Type Class Description class
HtmlBuilderFactory
Factory for creating element builders that use string concatenation to generate HTML.Methods in com.google.gwt.dom.builder.shared that return ElementBuilderFactory Modifier and Type Method Description static ElementBuilderFactory
ElementBuilderFactory. get()
Get the instance of theElementBuilderFactory
.
-