Uses of Enum
com.google.gwt.xhr.client.XMLHttpRequest.ResponseType
Packages that use XMLHttpRequest.ResponseType
-
Uses of XMLHttpRequest.ResponseType in com.google.gwt.xhr.client
Methods in com.google.gwt.xhr.client that return XMLHttpRequest.ResponseTypeModifier and TypeMethodDescriptionstatic XMLHttpRequest.ResponseTypeReturns 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.ResponseTypeModifier and TypeMethodDescriptionfinal voidXMLHttpRequest.setResponseType(XMLHttpRequest.ResponseType responseType) Sets the response type.