Uses of Class
com.google.gwt.xhr.client.XMLHttpRequest.ResponseType
-
Packages that use XMLHttpRequest.ResponseType Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description void
XMLHttpRequest. setResponseType(XMLHttpRequest.ResponseType responseType)
Sets the response type.
-