GWT 2.5.0.rc1

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
static XMLHttpRequest XMLHttpRequest.create(XMLHttpRequest.ResponseType responseType)
          Creates an XMLHttpRequest object.
 


GWT 2.5.0.rc1