Package | Description |
---|---|
gwt.material.design.addins.client.fileuploader | |
gwt.material.design.addins.client.fileuploader.js |
Modifier and Type | Method and Description |
---|---|
protected UploadFile |
MaterialFileUploader.convertUploadFile(File file)
Converts a Native File Object to Upload File object
|
void |
MaterialFileUploader.enqueueFile(File file)
Manually enqueue file when option autoQueue is disabled
|
Modifier and Type | Method and Description |
---|---|
void |
Dropzone.enqueueFile(File file) |
Modifier and Type | Method and Description |
---|---|
Dropzone |
Dropzone.on(String events,
gwt.material.design.jquery.client.api.Functions.Func1<File> callback) |
Dropzone |
Dropzone.on(String events,
gwt.material.design.jquery.client.api.Functions.Func2<File,String> callback) |
Dropzone |
Dropzone.on(String events,
gwt.material.design.jquery.client.api.Functions.Func3<Double,File,String> callback) |
Copyright © 2018. All rights reserved.