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.
|
Modifier and Type | Class and Description |
---|---|
class |
DomBuilderFactory
Factory for creating element builders that construct elements using DOM
manipulation.
|
Modifier and Type | Class and Description |
---|---|
class |
HtmlBuilderFactory
Factory for creating element builders that use string concatenation to
generate HTML.
|
Modifier and Type | Method and Description |
---|---|
static ElementBuilderFactory |
ElementBuilderFactory.get()
Get the instance of the
ElementBuilderFactory . |