| Modifier and Type | Class and Description |
|---|---|
static interface |
JavaScriptFile.IDataReadHandler
Called when the file contents are read.
|
| Constructor and Description |
|---|
JavaScriptFile(com.google.gwt.core.client.JavaScriptObject jsFile)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getSize() |
String |
getType() |
void |
readAsText(JavaScriptFile.IDataReadHandler handler)
Reads the file as text.
|
public JavaScriptFile(com.google.gwt.core.client.JavaScriptObject jsFile)
jsFile - public void readAsText(JavaScriptFile.IDataReadHandler handler)
handler - public String getName()
public int getSize()
public String getType()
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.