GWT 2.7.0

Uses of Interface
com.google.gwt.dom.builder.shared.AreaBuilder

Packages that use AreaBuilder
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
 class DomAreaBuilder
          DOM-based implementation of AreaBuilder.
 

Methods in com.google.gwt.dom.builder.client that return AreaBuilder
 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
 class HtmlAreaBuilder
          HTML-based implementation of AreaBuilder.
 

Methods in com.google.gwt.dom.builder.shared that return AreaBuilder
 AreaBuilder HtmlAreaBuilder.accessKey(java.lang.String accessKey)
           
 AreaBuilder AreaBuilder.accessKey(java.lang.String accessKey)
          A single character access key to give access to the form control.
 AreaBuilder HtmlAreaBuilder.alt(java.lang.String alt)
           
 AreaBuilder AreaBuilder.alt(java.lang.String alt)
          Alternate text for user agents not rendering the normal content of this element.
 AreaBuilder HtmlAreaBuilder.coords(java.lang.String coords)
           
 AreaBuilder AreaBuilder.coords(java.lang.String coords)
          Comma-separated list of lengths, defining an active region geometry.
abstract  AreaBuilder ElementBuilderFactory.createAreaBuilder()
           
 AreaBuilder HtmlAreaBuilder.href(java.lang.String href)
           
 AreaBuilder AreaBuilder.href(java.lang.String href)
          The URI of the linked resource.
 AreaBuilder HtmlAreaBuilder.shape(java.lang.String shape)
           
 AreaBuilder AreaBuilder.shape(java.lang.String shape)
          The shape of the active area.
 AreaBuilder HtmlElementBuilderBase.startArea()
           
 AreaBuilder ElementBuilderBase.startArea()
          Append a area element.
 AreaBuilder HtmlAreaBuilder.target(java.lang.String target)
           
 AreaBuilder AreaBuilder.target(java.lang.String target)
          Frame to render the resource in.
 


GWT 2.7.0