org.cruxframework.crux.core.client.file
Class FileList

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by org.cruxframework.crux.core.client.file.FileList

public class FileList
extends com.google.gwt.core.client.JavaScriptObject

Author:
Thiago da Rosa de Bustamante

Constructor Summary
protected FileList()
           
 
Method Summary
static boolean isSupported()
           
 File item(int index)
           
 double length()
           
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileList

protected FileList()
Method Detail

item

public final File item(int index)

length

public final double length()

isSupported

public static boolean isSupported()


Copyright © 2014. All rights reserved.