- onReadyStateChange(XMLHttpRequest) - Method in interface org.gwtproject.xhr.client.ReadyStateChangeHandler
-
This is called whenever the state of the XMLHttpRequest changes.
- onreadystatechange - Variable in class org.gwtproject.xhr.client.XMLHttpRequest
-
the onreadystatechange function of the request
- open(String, String) - Method in class org.gwtproject.xhr.client.XMLHttpRequest
-
Opens an asynchronous connection.
- open(String, String, String) - Method in class org.gwtproject.xhr.client.XMLHttpRequest
-
Opens an asynchronous connection.
- open(String, String, String, String) - Method in class org.gwtproject.xhr.client.XMLHttpRequest
-
Opens an asynchronous connection.
- open(String, String, boolean) - Method in class org.gwtproject.xhr.client.XMLHttpRequest
-
Opens an asynchronous or a synchronous connection.
- open(String, String, boolean, String) - Method in class org.gwtproject.xhr.client.XMLHttpRequest
-
Opens an asynchronous or a synchronous connection.
- open(String, String, boolean, String, String) - Method in class org.gwtproject.xhr.client.XMLHttpRequest
-
Opens an asynchronous or a synchronous connection.
- OPENED - Static variable in class org.gwtproject.xhr.client.XMLHttpRequest
-
The OPENED state is the state of the object when the open() method has been successfully
invoked.
- org.gwtproject.xhr.client - package org.gwtproject.xhr.client
-
Classes to support Javascript's XMLHttpRequest.