Package | Description |
---|---|
net.sf.mmm.util.gwt.api |
Provides the API for GWT specific utilities.
|
Modifier and Type | Class and Description |
---|---|
class |
JsFile
This is the
JavaScriptObject representing a FileItem . |
Modifier and Type | Method and Description |
---|---|
JsBlob |
JavaScriptUtil.getResponseAsBlob(com.google.gwt.xhr.client.XMLHttpRequest xhr)
This method gets the response of the given
XMLHttpRequest as JsBlob . |
Modifier and Type | Method and Description |
---|---|
String |
JavaScriptUtil.getBlobUrl(JsBlob blob)
This method creates the URL pointing to a
JsBlob . |
void |
JavaScriptUtil.openBlob(JsBlob blob)
This method opens a given
JsBlob . |
Copyright © 2001–2016 mmm-Team. All rights reserved.