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 |
DomElementBuilder
DOM-based implementation of
ElementBuilder . |
Modifier and Type | Method and Description |
---|---|
ElementBuilder |
DomBuilderFactory.trustedCreate(java.lang.String tagName) |
ElementBuilder |
DomElementBuilderBase.trustedStart(java.lang.String tagName) |
Modifier and Type | Class and Description |
---|---|
class |
HtmlElementBuilder
HTML-based implementation of
ElementBuilder . |
Modifier and Type | Method and Description |
---|---|
abstract ElementBuilder |
ElementBuilderFactory.trustedCreate(java.lang.String tagName)
Create an
ElementBuilder for an arbitrary tag name. |
ElementBuilder |
HtmlElementBuilderBase.trustedStart(java.lang.String tagName) |
ElementBuilder |
ElementBuilderBase.trustedStart(java.lang.String tagName)
Append a new element with the specified trusted tag name.
|