Uses of Annotation Type
com.google.gwt.safehtml.shared.annotations.IsTrustedResourceUri
Packages that use IsTrustedResourceUri
Package
Description
Classes used to build DOM elements.
Classes used to build DOM elements.
Classes for low-level DOM programming.
Classes for sending cross domain requests to an http server, potentially on a
different domain, via JSONP.
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 IsTrustedResourceUriModifier and TypeMethodDescription -
Uses of IsTrustedResourceUri in com.google.gwt.dom.client
Method parameters in com.google.gwt.dom.client with annotations of type IsTrustedResourceUriModifier and TypeMethodDescriptionfinal voidA URI specifying the location of the object's data.final voidA URI specifying the location of the object's data.final voidThe URI of the linked resource.final voidA URI designating the initial frame contents.final voidA URI designating the initial frame contents.final voidURI 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 IsTrustedResourceUriModifier and TypeMethodDescriptionJsonpRequestBuilder.requestBoolean(String url, AsyncCallback<Boolean> callback) JsonpRequestBuilder.requestDouble(String url, AsyncCallback<Double> callback) JsonpRequestBuilder.requestInteger(String url, AsyncCallback<Integer> callback) <T extends JavaScriptObject>
JsonpRequest<T>JsonpRequestBuilder.requestObject(String url, AsyncCallback<T> callback) Sends a JSONP request and expects a JavaScript object as a result.JsonpRequestBuilder.requestString(String url, AsyncCallback<String> callback) (package private) voidSends a request using the JSONP mechanism.voidSends a JSONP request and does not expect any results.JsonpRequestBuilder.send(String url, AsyncCallback<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 IsTrustedResourceUriModifier and TypeMethodDescriptionvoidSets the URL of the resource to be displayed within the frame.voidSets 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