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 -
Method Summary
Modifier and TypeMethodDescriptionfinal voidabort()final FileMgr.FileErrorgetError()final Stringprotected final intfinal Stringfinal voidonAbort(FileMgr.EventCallback callback) final voidonError(FileMgr.EventCallback callback) final voidonProgress(FileMgr.EventCallback callback) Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
FileBase
protected FileBase()
-
-
Method Details
-
getReadyStateNative
protected final int getReadyStateNative() -
getFileName
-
getResult
-
getError
-
onProgress
-
onAbort
-
onError
-
abort
public final void abort()
-