| 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. 
 | 
| com.google.gwt.dom.client | 
 Classes for low-level DOM programming. 
 | 
| com.google.gwt.safehtml.shared | 
 Shared classes for creating safe HTML content. 
 | 
| com.google.gwt.user.client.ui | 
 Widgets, Panels, and other user-interface classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FormBuilder | 
DomFormBuilder.action(java.lang.String action)  | 
QuoteBuilder | 
DomQuoteBuilder.cite(java.lang.String cite)  | 
ModBuilder | 
DomModBuilder.cite(java.lang.String cite)  | 
AnchorBuilder | 
DomAnchorBuilder.href(java.lang.String href)  | 
FrameBuilder | 
DomFrameBuilder.longDesc(java.lang.String longDesc)  | 
IFrameBuilder | 
DomIFrameBuilder.src(java.lang.String src)  | 
StylesBuilder | 
DomStylesBuilder.trustedBackgroundImage(java.lang.String value)  | 
| Modifier and Type | Method and Description | 
|---|---|
FormBuilder | 
HtmlFormBuilder.action(java.lang.String action)  | 
FormBuilder | 
FormBuilder.action(java.lang.String action)
Server-side form handler. 
 | 
QuoteBuilder | 
QuoteBuilder.cite(java.lang.String cite)
A URI designating a source document or message. 
 | 
ModBuilder | 
ModBuilder.cite(java.lang.String cite)
A URI designating a document that describes the reason for the change. 
 | 
QuoteBuilder | 
HtmlQuoteBuilder.cite(java.lang.String cite)  | 
AnchorBuilder | 
HtmlAnchorBuilder.href(java.lang.String href)  | 
AnchorBuilder | 
AnchorBuilder.href(java.lang.String href)
The absolute URI of the linked resource. 
 | 
FrameBuilder | 
HtmlFrameBuilder.longDesc(java.lang.String longDesc)  | 
FrameBuilder | 
FrameBuilder.longDesc(java.lang.String longDesc)
URI designating a long description of this image or frame. 
 | 
IFrameBuilder | 
IFrameBuilder.src(java.lang.String src)
A URI designating the initial frame contents. 
 | 
IFrameBuilder | 
HtmlIFrameBuilder.src(java.lang.String src)  | 
StylesBuilder | 
StylesBuilder.trustedBackgroundImage(java.lang.String value)
 Sets the "background-image" style property to the specified value. 
 | 
StylesBuilder | 
HtmlStylesBuilder.trustedBackgroundImage(java.lang.String value)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FormElement.setAction(java.lang.String action)
Server-side form handler. 
 | 
void | 
Style.setBackgroundImage(java.lang.String value)
Set the background-image css property. 
 | 
void | 
QuoteElement.setCite(java.lang.String cite)
A URI designating a source document or message. 
 | 
void | 
ModElement.setCite(java.lang.String cite)
A URI designating a document that describes the reason for the change. 
 | 
void | 
AnchorElement.setHref(java.lang.String href)
The absolute URI of the linked resource. 
 | 
void | 
FrameElement.setLongDesc(java.lang.String longDesc)
URI designating a long description of this image or frame. 
 | 
void | 
IFrameElement.setSrc(java.lang.String src)
A URI designating the initial frame contents. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
SafeUriString.asString()
Returns this object's contained URI as a string. 
 | 
java.lang.String | 
SafeUri.asString()
Returns this object's contained URI as a string. 
 | 
static java.lang.String | 
UriUtils.sanitizeUri(java.lang.String uri)
Sanitizes a URI. 
 | 
| Constructor and Description | 
|---|
SafeUriString(java.lang.String uri)
Constructs a  
SafeUriString from a string. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FormPanel.setAction(java.lang.String url)
Sets the 'action' associated with this form. 
 | 
void | 
Anchor.setHref(java.lang.String href)
Sets the anchor's href (the url to which it links). 
 | 
| Constructor and Description | 
|---|
Anchor(SafeHtml html,
      DirectionEstimator directionEstimator,
      java.lang.String href)
Creates an anchor with its html and href (target URL) specified. 
 | 
Anchor(SafeHtml html,
      HasDirection.Direction dir,
      java.lang.String href)
Creates an anchor with its html and href (target URL) specified. 
 | 
Anchor(SafeHtml html,
      java.lang.String href)
Creates an anchor with its html and href (target URL) specified. 
 | 
Anchor(SafeHtml html,
      java.lang.String href,
      java.lang.String target)
Creates a source anchor (link to URI). 
 | 
Anchor(java.lang.String text,
      boolean asHTML,
      java.lang.String href)
Creates an anchor with its text and href (target URL) specified. 
 | 
Anchor(java.lang.String text,
      boolean asHtml,
      java.lang.String href,
      java.lang.String target)
Creates a source anchor (link to URI). 
 | 
Anchor(java.lang.String text,
      DirectionEstimator directionEstimator,
      java.lang.String href)
Creates an anchor with its text and href (target URL) specified. 
 | 
Anchor(java.lang.String text,
      HasDirection.Direction dir,
      java.lang.String href)
Creates an anchor with its text and href (target URL) specified. 
 | 
Anchor(java.lang.String text,
      java.lang.String href)
Creates an anchor with its text and href (target URL) specified. 
 | 
Anchor(java.lang.String text,
      java.lang.String href,
      java.lang.String target)
Creates a source anchor with a frame target. 
 |