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 classDomAreaBuilderDOM-based implementation ofAreaBuilder.Methods in com.google.gwt.dom.builder.client that return AreaBuilder Modifier and Type Method Description AreaBuilderDomAreaBuilder. accessKey(java.lang.String accessKey)AreaBuilderDomAreaBuilder. alt(java.lang.String alt)AreaBuilderDomAreaBuilder. coords(java.lang.String coords)AreaBuilderDomAreaBuilder. href(java.lang.String href)AreaBuilderDomAreaBuilder. shape(java.lang.String shape)AreaBuilderDomElementBuilderBase. startArea()AreaBuilderDomAreaBuilder. 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 classHtmlAreaBuilderHTML-based implementation ofAreaBuilder.Methods in com.google.gwt.dom.builder.shared that return AreaBuilder Modifier and Type Method Description AreaBuilderAreaBuilder. accessKey(java.lang.String accessKey)A single character access key to give access to the form control.AreaBuilderHtmlAreaBuilder. accessKey(java.lang.String accessKey)AreaBuilderAreaBuilder. alt(java.lang.String alt)Alternate text for user agents not rendering the normal content of this element.AreaBuilderHtmlAreaBuilder. alt(java.lang.String alt)AreaBuilderAreaBuilder. coords(java.lang.String coords)Comma-separated list of lengths, defining an active region geometry.AreaBuilderHtmlAreaBuilder. coords(java.lang.String coords)abstract AreaBuilderElementBuilderFactory. createAreaBuilder()AreaBuilderAreaBuilder. href(java.lang.String href)The URI of the linked resource.AreaBuilderHtmlAreaBuilder. href(java.lang.String href)AreaBuilderAreaBuilder. shape(java.lang.String shape)The shape of the active area.AreaBuilderHtmlAreaBuilder. shape(java.lang.String shape)AreaBuilderElementBuilderBase. startArea()Append a area element.AreaBuilderHtmlElementBuilderBase. startArea()AreaBuilderAreaBuilder. target(java.lang.String target)Frame to render the resource in.AreaBuilderHtmlAreaBuilder. target(java.lang.String target)
-