FileSettings |
FileSettings.ajaxToken(java.lang.String token) |
Specify the Ajax token.
|
FileSettings |
FileSettings.filter(FileSettings.FileFilter filter) |
|
FileSettings |
FileSettings.filter(java.lang.String filter) |
|
protected FileSettings |
FileSettings.getThis() |
|
FileSettings |
FileSettings.mode(FileSettings.Mode mode) |
|
FileSettings |
FileSettings.resizeImage(int maxWidth,
int maxHeight) |
Specify the size to which the images to upload are resized.
|
FileSettings |
FileSettings.resizeImage(int maxWidth,
int maxHeight,
int quality) |
Specify the size to which the images to upload are resized.
|
FileSettings |
FileSettings.resizeImage(java.lang.String resizeImage) |
Resize images from the given parameter at format "{maxWidth}x{maxHeight}x{quality}"
|
FileSettings |
FileSettings.selectedFileLabel(java.lang.String[] labels) |
Specify the labels of the files already selected.
|
FileSettings |
FileSettings.selectedFileLabel(java.lang.String label,
java.lang.String... otherLabels) |
Specify the labels of the files already selected.
|
FileSettings |
FileSettings.singleFile() |
Specify the current control accepts only one file.
|