Uses of Interface
com.google.gwt.safehtml.shared.SafeUri
Packages that use 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
Methods in com.google.gwt.cell.client with parameters of type SafeUriModifier and TypeMethodDescriptionvoidSafeImageCell.render(Cell.Context context, SafeUri value, SafeHtmlBuilder sb) -
Uses of SafeUri in com.google.gwt.dom.builder.client
Methods in com.google.gwt.dom.builder.client with parameters of type SafeUri -
Uses of SafeUri in com.google.gwt.dom.client
Methods in com.google.gwt.dom.client with parameters of type SafeUriModifier and TypeMethodDescriptionfinal voidServer-side form handler.final voidA URI designating a document that describes the reason for the change.final voidA URI designating a source document or message.final voidA URI specifying the location of the object's data.final voidThe absolute URI of the linked resource.final voidFrameElement.setLongDesc(SafeUri longDesc) URI designating a long description of this image or frame.final voidA URI designating the initial frame contents.final voidA URI designating the initial frame contents. -
Uses of SafeUri in com.google.gwt.resources.client
Methods in com.google.gwt.resources.client that return SafeUriModifier 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
Methods in com.google.gwt.user.client.ui with parameters of type SafeUriModifier and TypeMethodDescriptionstatic voidCauses the browser to pre-fetch the image at a given URL.voidSets the 'action' associated with this form.voidSets the anchor's href (the url to which it links).voidSets the URL of the resource to be displayed within the frame.voidSets the URL of the image to be displayed.voidImage.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.Constructors in com.google.gwt.user.client.ui with parameters of type SafeUriModifierConstructorDescriptionAnchor(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.
SafeUrito represent URIs, but for backwards compatibility have methods that accept URI parameters as plain strings.