Package | Description |
---|---|
gwt.material.design.addins.client.fileuploader | |
gwt.material.design.addins.client.fileuploader.constants |
Modifier and Type | Method and Description |
---|---|
FileMethod |
MaterialFileUploader.getMethod()
Get the method param of file uploader.
|
Modifier and Type | Method and Description |
---|---|
void |
MaterialFileUploader.setMethod(FileMethod method)
Set the method param of file upload (POST or PUT), default POST.
|
Constructor and Description |
---|
MaterialFileUploader(String url,
FileMethod method) |
MaterialFileUploader(String url,
FileMethod method,
int maxFileSize,
String acceptedFiles) |
Modifier and Type | Method and Description |
---|---|
static FileMethod |
FileMethod.fromStyleName(String styleName) |
static FileMethod |
FileMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileMethod[] |
FileMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.