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 |
DomAreaBuilder
DOM-based implementation of
AreaBuilder . |
Modifier and Type | Method and Description |
---|---|
AreaBuilder |
DomAreaBuilder.accessKey(String accessKey) |
AreaBuilder |
DomAreaBuilder.alt(String alt) |
AreaBuilder |
DomAreaBuilder.coords(String coords) |
AreaBuilder |
DomAreaBuilder.href(String href) |
AreaBuilder |
DomAreaBuilder.shape(String shape) |
AreaBuilder |
DomElementBuilderBase.startArea() |
AreaBuilder |
DomAreaBuilder.target(String target) |
Modifier and Type | Class and Description |
---|---|
class |
HtmlAreaBuilder
HTML-based implementation of
AreaBuilder . |
Modifier and Type | Method and Description |
---|---|
AreaBuilder |
AreaBuilder.accessKey(String accessKey)
A single character access key to give access to the form control.
|
AreaBuilder |
HtmlAreaBuilder.accessKey(String accessKey) |
AreaBuilder |
AreaBuilder.alt(String alt)
Alternate text for user agents not rendering the normal content of this
element.
|
AreaBuilder |
HtmlAreaBuilder.alt(String alt) |
AreaBuilder |
AreaBuilder.coords(String coords)
Comma-separated list of lengths, defining an active region geometry.
|
AreaBuilder |
HtmlAreaBuilder.coords(String coords) |
abstract AreaBuilder |
ElementBuilderFactory.createAreaBuilder() |
AreaBuilder |
AreaBuilder.href(String href)
The URI of the linked resource.
|
AreaBuilder |
HtmlAreaBuilder.href(String href) |
AreaBuilder |
AreaBuilder.shape(String shape)
The shape of the active area.
|
AreaBuilder |
HtmlAreaBuilder.shape(String shape) |
AreaBuilder |
HtmlElementBuilderBase.startArea() |
AreaBuilder |
ElementBuilderBase.startArea()
Append a area element.
|
AreaBuilder |
AreaBuilder.target(String target)
Frame to render the resource in.
|
AreaBuilder |
HtmlAreaBuilder.target(String target) |
Copyright © 2018. All rights reserved.