| 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)
|
| 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 © 2016. All rights reserved.