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 |
---|---|
(package private) class |
DomBuilderImpl
Implementation of methods in
ElementBuilderBase used to render
Elements using DOM manipulation. |
Modifier and Type | Class and Description |
---|---|
(package private) class |
HtmlBuilderImpl
Implementation of methods in
ElementBuilderBase used to render HTML
as a string, using innerHtml to generate an element. |
Constructor and Description |
---|
AbstractElementBuilderBase(ElementBuilderImpl delegate,
boolean isEndTagForbidden) |