Class FileMgr.FileBase
- java.lang.Object
-
- com.google.gwt.core.client.JavaScriptObject
-
- org.silverpeas.mobile.client.common.file.FileMgr.FileBase
-
- Direct Known Subclasses:
FileMgr.FileReader,FileMgr.FileWriter
- Enclosing class:
- FileMgr
public static class FileMgr.FileBase extends com.google.gwt.core.client.JavaScriptObject
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFileBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidabort()FileMgr.FileErrorgetError()StringgetFileName()protected intgetReadyStateNative()StringgetResult()voidonAbort(FileMgr.EventCallback callback)voidonError(FileMgr.EventCallback callback)voidonProgress(FileMgr.EventCallback callback)
-
-
-
Method Detail
-
getReadyStateNative
protected final int getReadyStateNative()
-
getFileName
public final String getFileName()
-
getResult
public final String getResult()
-
getError
public final FileMgr.FileError getError()
-
onProgress
public final void onProgress(FileMgr.EventCallback callback)
-
onAbort
public final void onAbort(FileMgr.EventCallback callback)
-
onError
public final void onError(FileMgr.EventCallback callback)
-
abort
public final void abort()
-
-