Uses of Interface
com.google.gwt.safehtml.shared.SafeUri
-
Packages that use SafeUri Package Description com.google.gwt.cell.client 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.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. -
-
Uses of SafeUri in com.google.gwt.cell.client
Methods in com.google.gwt.cell.client with parameters of type SafeUri Modifier and Type Method Description SafeHtmlSafeImageCell.Template. img(SafeUri url)voidSafeImageCell. 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 Modifier and Type Method Description FormBuilderDomFormBuilder. action(SafeUri action)StylesBuilderDomStylesBuilder. backgroundImage(SafeUri uri)ModBuilderDomModBuilder. cite(SafeUri cite)QuoteBuilderDomQuoteBuilder. cite(SafeUri cite)AnchorBuilderDomAnchorBuilder. href(SafeUri href)FrameBuilderDomFrameBuilder. longDesc(SafeUri longDesc)FrameBuilderDomFrameBuilder. src(SafeUri src)IFrameBuilderDomIFrameBuilder. src(SafeUri src) -
Uses of SafeUri in com.google.gwt.dom.builder.shared
Methods in com.google.gwt.dom.builder.shared with parameters of type SafeUri Modifier and Type Method Description FormBuilderFormBuilder. action(SafeUri action)Server-side form handler.FormBuilderHtmlFormBuilder. action(SafeUri action)StylesBuilderHtmlStylesBuilder. backgroundImage(SafeUri uri)StylesBuilderStylesBuilder. backgroundImage(SafeUri uri)Sets the background-image CSS property.QuoteBuilderHtmlQuoteBuilder. cite(SafeUri cite)ModBuilderModBuilder. cite(SafeUri cite)A URI designating a document that describes the reason for the change.QuoteBuilderQuoteBuilder. cite(SafeUri cite)A URI designating a source document or message.AnchorBuilderAnchorBuilder. href(SafeUri href)The absolute URI of the linked resource.AnchorBuilderHtmlAnchorBuilder. href(SafeUri href)FrameBuilderFrameBuilder. longDesc(SafeUri longDesc)URI designating a long description of this image or frame.FrameBuilderHtmlFrameBuilder. longDesc(SafeUri longDesc)FrameBuilderFrameBuilder. src(SafeUri src)A URI designating the initial frame contents.FrameBuilderHtmlFrameBuilder. src(SafeUri src)IFrameBuilderHtmlIFrameBuilder. src(SafeUri src)IFrameBuilderIFrameBuilder. src(SafeUri src)A URI designating the initial frame contents. -
Uses of SafeUri in com.google.gwt.dom.client
Methods in com.google.gwt.dom.client with parameters of type SafeUri Modifier and Type Method Description voidFormElement. setAction(SafeUri action)Server-side form handler.voidModElement. setCite(SafeUri cite)A URI designating a document that describes the reason for the change.voidQuoteElement. setCite(SafeUri cite)A URI designating a source document or message.voidObjectElement. setData(SafeUri data)A URI specifying the location of the object's data.voidAnchorElement. setHref(SafeUri href)The absolute URI of the linked resource.voidFrameElement. setLongDesc(SafeUri longDesc)URI designating a long description of this image or frame.voidFrameElement. setSrc(SafeUri src)A URI designating the initial frame contents.voidIFrameElement. setSrc(SafeUri src)A URI designating the initial frame contents. -
Uses of SafeUri in com.google.gwt.resources.client
Methods in com.google.gwt.resources.client that return SafeUri Modifier and Type Method Description SafeUriDataResource. getSafeUri()Retrieves a URL by which the contents of the resource can be obtained.SafeUriImageResource. getSafeUri()Returns the URL for the composite image that contains the ImageResource. -
Uses of SafeUri in com.google.gwt.safecss.shared
Methods in com.google.gwt.safecss.shared with parameters of type SafeUri Modifier and Type Method Description SafeStylesBuilderSafeStylesBuilder. backgroundImage(SafeUri uri)Append the background-image CSS property.static SafeStylesSafeStylesUtils. forBackgroundImage(SafeUri uri)Sets the background-image CSS property. -
Uses of SafeUri in com.google.gwt.safehtml.shared
Classes in com.google.gwt.safehtml.shared that implement SafeUri Modifier and Type Class Description (package private) classSafeUriStringA string wrapped as an object of typeSafeUri.Methods in com.google.gwt.safehtml.shared that return SafeUri Modifier and Type Method Description static SafeUriUriUtils. fromSafeConstant(java.lang.String s)Returns aSafeUriconstructed from a value that is fully under the control of the program, e.g., a constant.static SafeUriUriUtils. fromString(java.lang.String s)Returns aSafeUriobtained by sanitizing the provided string.static SafeUriUriUtils. fromTrustedString(java.lang.String s)Returns aSafeUriconstructed from a trusted string, i.e., without sanitizing the string.static SafeUriUriUtils. unsafeCastFromUntrustedString(java.lang.String s)Deprecated.This method is intended only for use in APIs that useSafeUrito represent URIs, but for backwards compatibility have methods that accept URI parameters as plain strings. -
Uses of SafeUri in com.google.gwt.user.client.ui
Methods in com.google.gwt.user.client.ui with parameters of type SafeUri Modifier and Type Method Description SafeHtmlImageResourceRenderer.Template. image(SafeUri imageUri, int width, int height)static voidImage. prefetch(SafeUri url)Causes the browser to pre-fetch the image at a given URL.voidFormPanel. setAction(SafeUri url)Sets the 'action' associated with this form.voidAnchor. setHref(SafeUri href)Sets the anchor's href (the url to which it links).voidFrame. setUrl(SafeUri url)Sets the URL of the resource to be displayed within the frame.voidImage. setUrl(SafeUri url)Sets 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 SafeUri Constructor Description Anchor(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.Anchor(SafeHtml html, SafeUri href)Creates an anchor with its html and href (target URL) specified.Anchor(SafeHtml html, SafeUri href, java.lang.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.
-