GWT 2.7.0

Uses of Class
com.google.gwt.xhr.client.XMLHttpRequest.ResponseType

Packages that use XMLHttpRequest.ResponseType
com.google.gwt.xhr.client Classes to support Javascript's XMLHttpRequest. 
 

Uses of XMLHttpRequest.ResponseType in com.google.gwt.xhr.client
 

Methods in com.google.gwt.xhr.client that return XMLHttpRequest.ResponseType
static XMLHttpRequest.ResponseType XMLHttpRequest.ResponseType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XMLHttpRequest.ResponseType[] XMLHttpRequest.ResponseType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.google.gwt.xhr.client with parameters of type XMLHttpRequest.ResponseType
 void XMLHttpRequest.setResponseType(XMLHttpRequest.ResponseType responseType)
          Sets the response type.
 


GWT 2.7.0