Uses of Interface
com.google.gwt.safehtml.shared.SafeUri
Package
Description
Classes used to build DOM elements.
Classes used to build DOM elements.
Classes for low-level DOM programming.
Classes for aggregating static resources into bundles.
Shared classes for creating safe CSS style content.
Shared classes for creating safe HTML content.
Widgets, Panels, and other user-interface classes.
-
Uses of SafeUri in com.google.gwt.cell.client
Modifier and TypeMethodDescriptionvoid
SafeImageCell.render
(Cell.Context context, SafeUri value, SafeHtmlBuilder sb) -
Uses of SafeUri in com.google.gwt.dom.builder.client
-
Uses of SafeUri in com.google.gwt.dom.client
Modifier and TypeMethodDescriptionfinal void
Server-side form handler.final void
A URI designating a document that describes the reason for the change.final void
A URI designating a source document or message.final void
A URI specifying the location of the object's data.final void
The absolute URI of the linked resource.final void
FrameElement.setLongDesc
(SafeUri longDesc) URI designating a long description of this image or frame.final void
A URI designating the initial frame contents.final void
A URI designating the initial frame contents. -
Uses of SafeUri in com.google.gwt.resources.client
Modifier and TypeMethodDescriptionDataResource.getSafeUri()
Retrieves a URL by which the contents of the resource can be obtained.ImageResource.getSafeUri()
Returns the URL for the composite image that contains the ImageResource. -
Uses of SafeUri in com.google.gwt.user.client.ui
Modifier and TypeMethodDescriptionstatic void
Causes the browser to pre-fetch the image at a given URL.void
Sets the 'action' associated with this form.void
Sets the anchor's href (the url to which it links).void
Sets the URL of the resource to be displayed within the frame.void
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.ModifierConstructorDescriptionAnchor
(SafeHtml html, HasDirection.Direction dir, SafeUri href) Creates an anchor with its html and href (target URL) specified.Anchor
(SafeHtml html, DirectionEstimator directionEstimator, SafeUri href) Creates an anchor with its html and href (target URL) specified.Creates an anchor with its html and href (target URL) specified.Creates a source anchor (link to URI).Creates an image with a specified URL.Creates a clipped image with a specified URL and visibility rectangle.
SafeUri
to represent URIs, but for backwards compatibility have methods that accept URI parameters as plain strings.