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(String action) |
ModBuilder |
DomModBuilder.cite(String cite) |
QuoteBuilder |
DomQuoteBuilder.cite(String cite) |
AnchorBuilder |
DomAnchorBuilder.href(String href) |
FrameBuilder |
DomFrameBuilder.longDesc(String longDesc) |
IFrameBuilder |
DomIFrameBuilder.src(String src) |
Modifier and Type | Method and Description |
---|---|
FormBuilder |
FormBuilder.action(String action)
Server-side form handler.
|
FormBuilder |
HtmlFormBuilder.action(String action) |
QuoteBuilder |
QuoteBuilder.cite(String cite)
A URI designating a source document or message.
|
QuoteBuilder |
HtmlQuoteBuilder.cite(String cite) |
ModBuilder |
ModBuilder.cite(String cite)
A URI designating a document that describes the reason for the change.
|
AnchorBuilder |
HtmlAnchorBuilder.href(String href) |
AnchorBuilder |
AnchorBuilder.href(String href)
The absolute URI of the linked resource.
|
FrameBuilder |
FrameBuilder.longDesc(String longDesc)
URI designating a long description of this image or frame.
|
FrameBuilder |
HtmlFrameBuilder.longDesc(String longDesc) |
IFrameBuilder |
IFrameBuilder.src(String src)
A URI designating the initial frame contents.
|
IFrameBuilder |
HtmlIFrameBuilder.src(String src) |
StylesBuilder |
StylesBuilder.trustedBackgroundImage(String value)
Sets the "background-image" style property to the specified value.
|
Modifier and Type | Method and Description |
---|---|
void |
FormElement.setAction(String action)
Server-side form handler.
|
void |
Style.setBackgroundImage(String value)
Set the background-image css property.
|
void |
ModElement.setCite(String cite)
A URI designating a document that describes the reason for the change.
|
void |
QuoteElement.setCite(String cite)
A URI designating a source document or message.
|
void |
AnchorElement.setHref(String href)
The absolute URI of the linked resource.
|
void |
FrameElement.setLongDesc(String longDesc)
URI designating a long description of this image or frame.
|
void |
IFrameElement.setSrc(String src)
A URI designating the initial frame contents.
|
Modifier and Type | Method and Description |
---|---|
String |
SafeUri.asString()
Returns this object's contained URI as a string.
|
static String |
UriUtils.sanitizeUri(String uri)
Sanitizes a URI.
|
Modifier and Type | Method and Description |
---|---|
void |
FormPanel.setAction(String url)
Sets the 'action' associated with this form.
|
void |
Anchor.setHref(String href)
Sets the anchor's href (the url to which it links).
|
Constructor and Description |
---|
Anchor(SafeHtml html,
DirectionEstimator directionEstimator,
String href)
Creates an anchor with its html and href (target URL) specified.
|
Anchor(SafeHtml html,
HasDirection.Direction dir,
String href)
Creates an anchor with its html and href (target URL) specified.
|
Anchor(SafeHtml html,
String href)
Creates an anchor with its html and href (target URL) specified.
|
Anchor(SafeHtml html,
String href,
String target)
Creates a source anchor (link to URI).
|
Anchor(String text,
boolean asHTML,
String href)
Creates an anchor with its text and href (target URL) specified.
|
Anchor(String text,
boolean asHtml,
String href,
String target)
Creates a source anchor (link to URI).
|
Anchor(String text,
DirectionEstimator directionEstimator,
String href)
Creates an anchor with its text and href (target URL) specified.
|
Anchor(String text,
HasDirection.Direction dir,
String href)
Creates an anchor with its text and href (target URL) specified.
|
Anchor(String text,
String href)
Creates an anchor with its text and href (target URL) specified.
|
Anchor(String text,
String href,
String target)
Creates a source anchor with a frame target.
|
Copyright © 2018. All rights reserved.