Package | Description |
---|---|
com.google.gwt.cell.client |
Standard
Cell subclasses used by the
cellview widgets. |
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.resources.client |
Classes for aggregating static resources into bundles.
|
com.google.gwt.resources.client.impl | |
com.google.gwt.safecss.shared |
Shared classes for creating safe CSS style content.
|
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.
|
com.google.gwt.user.client.ui.impl |
Modifier and Type | Method and Description |
---|---|
void |
SafeImageCell.render(Cell.Context context,
SafeUri value,
SafeHtmlBuilder sb) |
Modifier and Type | Method and Description |
---|---|
FormBuilder |
DomFormBuilder.action(SafeUri action) |
ModBuilder |
DomModBuilder.cite(SafeUri cite) |
QuoteBuilder |
DomQuoteBuilder.cite(SafeUri cite) |
AnchorBuilder |
DomAnchorBuilder.href(SafeUri href) |
FrameBuilder |
DomFrameBuilder.longDesc(SafeUri longDesc) |
IFrameBuilder |
DomIFrameBuilder.src(SafeUri src) |
FrameBuilder |
DomFrameBuilder.src(SafeUri src) |
Modifier and Type | Method and Description |
---|---|
FormBuilder |
FormBuilder.action(SafeUri action)
Server-side form handler.
|
FormBuilder |
HtmlFormBuilder.action(SafeUri action) |
StylesBuilder |
StylesBuilder.backgroundImage(SafeUri uri)
Sets the background-image CSS property.
|
QuoteBuilder |
QuoteBuilder.cite(SafeUri cite)
A URI designating a source document or message.
|
QuoteBuilder |
HtmlQuoteBuilder.cite(SafeUri cite) |
ModBuilder |
ModBuilder.cite(SafeUri cite)
A URI designating a document that describes the reason for the change.
|
AnchorBuilder |
HtmlAnchorBuilder.href(SafeUri href) |
AnchorBuilder |
AnchorBuilder.href(SafeUri href)
The absolute URI of the linked resource.
|
FrameBuilder |
FrameBuilder.longDesc(SafeUri longDesc)
URI designating a long description of this image or frame.
|
FrameBuilder |
HtmlFrameBuilder.longDesc(SafeUri longDesc) |
IFrameBuilder |
IFrameBuilder.src(SafeUri src)
A URI designating the initial frame contents.
|
FrameBuilder |
FrameBuilder.src(SafeUri src)
A URI designating the initial frame contents.
|
IFrameBuilder |
HtmlIFrameBuilder.src(SafeUri src) |
FrameBuilder |
HtmlFrameBuilder.src(SafeUri src) |
Modifier and Type | Method and Description |
---|---|
void |
FormElement.setAction(SafeUri action)
Server-side form handler.
|
void |
ModElement.setCite(SafeUri cite)
A URI designating a document that describes the reason for the change.
|
void |
QuoteElement.setCite(SafeUri cite)
A URI designating a source document or message.
|
void |
ObjectElement.setData(SafeUri data)
A URI specifying the location of the object's data.
|
void |
AnchorElement.setHref(SafeUri href)
The absolute URI of the linked resource.
|
void |
FrameElement.setLongDesc(SafeUri longDesc)
URI designating a long description of this image or frame.
|
void |
FrameElement.setSrc(SafeUri src)
A URI designating the initial frame contents.
|
void |
IFrameElement.setSrc(SafeUri src)
A URI designating the initial frame contents.
|
Modifier and Type | Method and Description |
---|---|
SafeUri |
ImageResource.getSafeUri()
Returns the URL for the composite image that contains the ImageResource.
|
SafeUri |
DataResource.getSafeUri()
Retrieves a URL by which the contents of the resource can be obtained.
|
Modifier and Type | Method and Description |
---|---|
SafeUri |
DataResourcePrototype.getSafeUri() |
SafeUri |
ImageResourcePrototype.getSafeUri() |
Constructor and Description |
---|
Bundle(String name,
SafeUri url,
int left,
int top,
int width,
int height,
boolean animated,
boolean lossy) |
DataResourcePrototype(String name,
SafeUri uri)
Only called by generated code.
|
ExternalTextResourcePrototype(String name,
SafeUri url,
TextResource[] cache,
int index) |
ExternalTextResourcePrototype(String name,
SafeUri url,
TextResource[] cache,
int index,
String md5Hash) |
ImageResourcePrototype(String name,
SafeUri url,
int left,
int top,
int width,
int height,
boolean animated,
boolean lossy)
Only called by generated code.
|
Modifier and Type | Method and Description |
---|---|
SafeStylesBuilder |
SafeStylesBuilder.backgroundImage(SafeUri uri)
Append the background-image CSS property.
|
static SafeStyles |
SafeStylesUtils.forBackgroundImage(SafeUri uri)
Sets the background-image CSS property.
|
Modifier and Type | Method and Description |
---|---|
static SafeUri |
UriUtils.fromSafeConstant(String s)
Returns a
SafeUri constructed from a value that is fully under
the control of the program, e.g., a constant. |
static SafeUri |
UriUtils.fromString(String s)
Returns a
SafeUri obtained by sanitizing the provided string. |
static SafeUri |
UriUtils.fromTrustedString(String s)
Returns a
SafeUri constructed from a trusted string, i.e., without
sanitizing the string. |
static SafeUri |
UriUtils.unsafeCastFromUntrustedString(String s)
Deprecated.
This method is intended only for use in APIs that use
SafeUri to represent URIs, but for backwards
compatibility have methods that accept URI parameters as plain
strings. |
Modifier and Type | Method and Description |
---|---|
static void |
Image.prefetch(SafeUri url)
Causes the browser to pre-fetch the image at a given URL.
|
void |
FormPanel.setAction(SafeUri url)
Sets the 'action' associated with this form.
|
void |
Anchor.setHref(SafeUri href)
Sets the anchor's href (the url to which it links).
|
void |
Frame.setUrl(SafeUri url)
Sets the URL of the resource to be displayed within the frame.
|
void |
Image.setUrl(SafeUri url)
Sets the URL of the image to be displayed.
|
void |
Image.setUrlAndVisibleRect(SafeUri url,
int left,
int top,
int width,
int height)
Sets the url and the visibility rectangle for the image at the same time.
|
Constructor and Description |
---|
Anchor(SafeHtml html,
DirectionEstimator directionEstimator,
SafeUri href)
Creates an anchor with its html and href (target URL) specified.
|
Anchor(SafeHtml html,
HasDirection.Direction dir,
SafeUri href)
Creates an anchor with its html and href (target URL) specified.
|
Anchor(SafeHtml html,
SafeUri href)
Creates an anchor with its html and href (target URL) specified.
|
Anchor(SafeHtml html,
SafeUri href,
String target)
Creates a source anchor (link to URI).
|
Image(SafeUri url)
Creates an image with a specified URL.
|
Image(SafeUri url,
int left,
int top,
int width,
int height)
Creates a clipped image with a specified URL and visibility rectangle.
|
Modifier and Type | Field and Description |
---|---|
protected static SafeUri |
ClippedImageImpl.clearImage |
Modifier and Type | Method and Description |
---|---|
void |
ClippedImageImpl.adjust(Element img,
SafeUri url,
int left,
int top,
int width,
int height) |
Element |
ClippedImageImpl.createStructure(SafeUri url,
int left,
int top,
int width,
int height) |
SafeHtml |
ClippedImageImpl.getSafeHtml(SafeUri url,
int left,
int top,
int width,
int height) |
SafeHtml |
ClippedImageImpl.getSafeHtml(SafeUri url,
int left,
int top,
int width,
int height,
boolean isDraggable) |
Constructor and Description |
---|
ClippedImagePrototype(SafeUri url,
int left,
int top,
int width,
int height) |
Copyright © 2018. All rights reserved.