Uses of Interface
com.google.gwt.dom.builder.shared.AreaBuilder
-
Packages that use AreaBuilder 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 AreaBuilder in com.google.gwt.dom.builder.client
Classes in com.google.gwt.dom.builder.client that implement AreaBuilder Modifier and Type Class Description class
DomAreaBuilder
DOM-based implementation ofAreaBuilder
.Methods in com.google.gwt.dom.builder.client that return AreaBuilder Modifier and Type Method Description AreaBuilder
DomAreaBuilder. accessKey(java.lang.String accessKey)
AreaBuilder
DomAreaBuilder. alt(java.lang.String alt)
AreaBuilder
DomAreaBuilder. coords(java.lang.String coords)
AreaBuilder
DomAreaBuilder. href(java.lang.String href)
AreaBuilder
DomAreaBuilder. shape(java.lang.String shape)
AreaBuilder
DomElementBuilderBase. startArea()
AreaBuilder
DomAreaBuilder. target(java.lang.String target)
-
Uses of AreaBuilder in com.google.gwt.dom.builder.shared
Classes in com.google.gwt.dom.builder.shared that implement AreaBuilder Modifier and Type Class Description class
HtmlAreaBuilder
HTML-based implementation ofAreaBuilder
.Methods in com.google.gwt.dom.builder.shared that return AreaBuilder Modifier and Type Method Description AreaBuilder
AreaBuilder. accessKey(java.lang.String accessKey)
A single character access key to give access to the form control.AreaBuilder
HtmlAreaBuilder. accessKey(java.lang.String accessKey)
AreaBuilder
AreaBuilder. alt(java.lang.String alt)
Alternate text for user agents not rendering the normal content of this element.AreaBuilder
HtmlAreaBuilder. alt(java.lang.String alt)
AreaBuilder
AreaBuilder. coords(java.lang.String coords)
Comma-separated list of lengths, defining an active region geometry.AreaBuilder
HtmlAreaBuilder. coords(java.lang.String coords)
abstract AreaBuilder
ElementBuilderFactory. createAreaBuilder()
AreaBuilder
AreaBuilder. href(java.lang.String href)
The URI of the linked resource.AreaBuilder
HtmlAreaBuilder. href(java.lang.String href)
AreaBuilder
AreaBuilder. shape(java.lang.String shape)
The shape of the active area.AreaBuilder
HtmlAreaBuilder. shape(java.lang.String shape)
AreaBuilder
ElementBuilderBase. startArea()
Append a area element.AreaBuilder
HtmlElementBuilderBase. startArea()
AreaBuilder
AreaBuilder. target(java.lang.String target)
Frame to render the resource in.AreaBuilder
HtmlAreaBuilder. target(java.lang.String target)
-