java.lang.Object
com.jpro.webapi.WebAPI.FileUploader
- All Implemented Interfaces:
WebAPI.FileSelector
,WebAPI.SingleFileUploader
- Enclosing class:
- WebAPI
public abstract static class WebAPI.FileUploader
extends Object
implements WebAPI.SingleFileUploader
-
Property Summary
Properties inherited from interface com.jpro.webapi.WebAPI.FileSelector
fileDragOver, selectFileOnClick, selectFileOnDrop, selectionMode
Properties inherited from interface com.jpro.webapi.WebAPI.SingleFileUploader
jsFile, objectURL, onFileSelected, progress, selectedFile, selectedFileSize, shouldCreateObjectURL, uploadedFile
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.jpro.webapi.WebAPI.FileSelector
fileDragOverProperty, getFileDragOver, getFilesDragOverTypes, getSelectFileOnClick, getSelectFileOnDrop, getSelectionMode, selectFileOnClickProperty, selectFileOnDropProperty, selectionModeProperty, setSelectFileOnClick, setSelectFileOnDrop, setSelectionMode, supportedExtensions
Methods inherited from interface com.jpro.webapi.WebAPI.SingleFileUploader
getJSFile, getOnFileSelected, getProgress, getSelectedFile, getSelectedFileSize, getUploadedFile, jsFileProperty, objectURLProperty, onFileSelectedProperty, progressProperty, selectedFileProperty, selectedFileSizeProperty, setOnFileSelected, shouldCreateObjectURLProperty, uploadedFileProperty, uploadFile
-
Constructor Details
-
FileUploader
public FileUploader()
-