public class JsFileList
extends com.google.gwt.core.client.JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
JsFileList()
The constructor.
|
Modifier and Type | Method and Description |
---|---|
JsFile |
item(int index) |
int |
length() |
JsFile[] |
toFileArray() |
public final int length()
files
).public final JsFile item(int index)
index
- is the index of the file
to get.file
at the given index
.List.get(int)
public final JsFile[] toFileArray()
Copyright © 2001–2016 mmm-Team. All rights reserved.