Uses of Class
com.google.gwt.safehtml.shared.annotations.IsTrustedResourceUri
-
Packages that use IsTrustedResourceUri 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.jsonp.client Classes for sending cross domain requests to an http server, potentially on a different domain, via JSONP.com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of IsTrustedResourceUri in com.google.gwt.dom.builder.client
Method parameters in com.google.gwt.dom.builder.client with annotations of type IsTrustedResourceUri Modifier and Type Method Description LinkBuilderDomLinkBuilder. href(java.lang.String href)FrameBuilderDomFrameBuilder. src(SafeUri src)FrameBuilderDomFrameBuilder. src(java.lang.String src)ScriptBuilderDomScriptBuilder. src(java.lang.String src) -
Uses of IsTrustedResourceUri in com.google.gwt.dom.builder.shared
Method parameters in com.google.gwt.dom.builder.shared with annotations of type IsTrustedResourceUri Modifier and Type Method Description LinkBuilderHtmlLinkBuilder. href(java.lang.String href)LinkBuilderLinkBuilder. href(java.lang.String href)The URI of the linked resource.FrameBuilderFrameBuilder. src(SafeUri src)A URI designating the initial frame contents.FrameBuilderFrameBuilder. src(java.lang.String src)A URI designating the initial frame contents.FrameBuilderHtmlFrameBuilder. src(SafeUri src)FrameBuilderHtmlFrameBuilder. src(java.lang.String src)ScriptBuilderHtmlScriptBuilder. src(java.lang.String src)ScriptBuilderScriptBuilder. src(java.lang.String src)URI designating an external script. -
Uses of IsTrustedResourceUri in com.google.gwt.dom.client
Method parameters in com.google.gwt.dom.client with annotations of type IsTrustedResourceUri Modifier and Type Method Description voidObjectElement. setData(SafeUri data)A URI specifying the location of the object's data.voidObjectElement. setData(java.lang.String data)A URI specifying the location of the object's data.voidLinkElement. setHref(java.lang.String href)The URI of the linked resource.voidFrameElement. setSrc(SafeUri src)A URI designating the initial frame contents.voidFrameElement. setSrc(java.lang.String src)A URI designating the initial frame contents.voidScriptElement. setSrc(java.lang.String src)URI designating an external script. -
Uses of IsTrustedResourceUri in com.google.gwt.jsonp.client
Method parameters in com.google.gwt.jsonp.client with annotations of type IsTrustedResourceUri Modifier and Type Method Description JsonpRequest<java.lang.Boolean>JsonpRequestBuilder. requestBoolean(java.lang.String url, AsyncCallback<java.lang.Boolean> callback)JsonpRequest<java.lang.Double>JsonpRequestBuilder. requestDouble(java.lang.String url, AsyncCallback<java.lang.Double> callback)JsonpRequest<java.lang.Integer>JsonpRequestBuilder. requestInteger(java.lang.String url, AsyncCallback<java.lang.Integer> callback)<T extends JavaScriptObject>
JsonpRequest<T>JsonpRequestBuilder. requestObject(java.lang.String url, AsyncCallback<T> callback)Sends a JSONP request and expects a JavaScript object as a result.JsonpRequest<java.lang.String>JsonpRequestBuilder. requestString(java.lang.String url, AsyncCallback<java.lang.String> callback)(package private) voidJsonpRequest. send(java.lang.String baseUri)Sends a request using the JSONP mechanism.voidJsonpRequestBuilder. send(java.lang.String url)Sends a JSONP request and does not expect any results.JsonpRequest<java.lang.Void>JsonpRequestBuilder. send(java.lang.String url, AsyncCallback<java.lang.Void> callback)Sends a JSONP request, does not expect any result, but still allows to be notified when the request has been executed on the server. -
Uses of IsTrustedResourceUri in com.google.gwt.user.client.ui
Method parameters in com.google.gwt.user.client.ui with annotations of type IsTrustedResourceUri Modifier and Type Method Description voidFrame. setUrl(SafeUri url)Sets the URL of the resource to be displayed within the frame.voidFrame. setUrl(java.lang.String url)Sets the URL of the resource to be displayed within the frame.Constructor parameters in com.google.gwt.user.client.ui with annotations of type IsTrustedResourceUri Constructor Description Frame(java.lang.String url)Creates a frame that displays the resource at the specified URL.
-