Uses of Interface
com.vaadin.client.gwt.elemental.js.util.Xhr.Callback
Packages that use Xhr.Callback
-
Uses of Xhr.Callback in com.vaadin.client.communication
Classes in com.vaadin.client.communication that implement Xhr.CallbackModifier and TypeClassDescriptionclassHandles the response from the server by forwarding the received message toMessageHandleror failures to the appropriate method inConnectionStateHandler. -
Uses of Xhr.Callback in com.vaadin.client.gwt.elemental.js.util
Methods in com.vaadin.client.gwt.elemental.js.util with parameters of type Xhr.CallbackModifier and TypeMethodDescriptionstatic com.google.gwt.xhr.client.XMLHttpRequestXhr.get(elemental.html.Window window, String url, Xhr.Callback callback) Send a GET request to theurland dispatch updates to thecallback.static com.google.gwt.xhr.client.XMLHttpRequestXhr.get(String url, Xhr.Callback callback) Send a GET request to theurland dispatch updates to thecallback.static com.google.gwt.xhr.client.XMLHttpRequestXhr.getWithCredentials(String url, Xhr.Callback callback) Send a GET request to theurlincluding credentials in XHR, and dispatch updates to thecallback.static com.google.gwt.xhr.client.XMLHttpRequestXhr.head(elemental.html.Window window, String url, Xhr.Callback callback) Send a HEAD request to theurland dispatch updates to thecallback.static com.google.gwt.xhr.client.XMLHttpRequestXhr.head(String url, Xhr.Callback callback) Send a HEAD request to theurland dispatch updates to thecallback.static com.google.gwt.xhr.client.XMLHttpRequestXhr.post(elemental.html.Window window, String url, String requestData, String contentType, Xhr.Callback callback) Send a POST request to theurland dispatch updates to thecallback.static com.google.gwt.xhr.client.XMLHttpRequestXhr.post(String url, String requestData, String contentType, Xhr.Callback callback) Send a POST request to theurland dispatch updates to thecallback.