- setAcceptedFiles(String) - Method in interface com.github.andrezimmermann.dropzone.client.interfaces.DropzoneOptions
-
The default implementation of accept checks the file's mime type or
extension against this list.
- setAddRemoveLinks(boolean) - Method in interface com.github.andrezimmermann.dropzone.client.interfaces.DropzoneOptions
-
This will add a link to every file preview to remove or cancel (if
already uploading) the file.
- setAutoProcessQueue(boolean) - Method in interface com.github.andrezimmermann.dropzone.client.interfaces.DropzoneOptions
-
When set to false you have to call myDropzone.processQueue() yourself in
order to upload the dropped files.
- setCancelUpload(String) - Method in interface com.github.andrezimmermann.dropzone.client.interfaces.DropzoneDictonary
-
If addRemoveLinks is true, the text to be used for the cancel upload
link.
- setCancelUploadConfirmation(String) - Method in interface com.github.andrezimmermann.dropzone.client.interfaces.DropzoneDictonary
-
If addRemoveLinks is true, the text to be used for the cancel upload
link.
- setClickable(boolean) - Method in interface com.github.andrezimmermann.dropzone.client.interfaces.DropzoneOptions
-
If true, the dropzone element itself will be clickable, if false nothing
will be clickable.
- setClickable(Collection<Element>) - Method in interface com.github.andrezimmermann.dropzone.client.interfaces.DropzoneOptions
-
If true, the dropzone element itself will be clickable, if false nothing
will be clickable.
- setClickable(String) - Method in interface com.github.andrezimmermann.dropzone.client.interfaces.DropzoneOptions
-
If true, the dropzone element itself will be clickable, if false nothing
will be clickable.
- setDefaultMessage(String) - Method in interface com.github.andrezimmermann.dropzone.client.interfaces.DropzoneDictonary
-
The message that gets displayed before any files are dropped.
- setFallback(DropzoneFallbackEvent) - Method in interface com.github.andrezimmermann.dropzone.client.interfaces.DropzoneOptions
-
is a function that gets called when the browser is not supported.
- setFallbackMessage(String) - Method in interface com.github.andrezimmermann.dropzone.client.interfaces.DropzoneDictonary
-
If the browser is not supported, the default message will be replaced
with this text.
- setFallbackText(String) - Method in interface com.github.andrezimmermann.dropzone.client.interfaces.DropzoneDictonary
-
This will be added before the file input files.
- setFileTooBig(String) - Method in interface com.github.andrezimmermann.dropzone.client.interfaces.DropzoneDictonary
-
Shown when the file is too big.
- setForceFallback(boolean) - Method in interface com.github.andrezimmermann.dropzone.client.interfaces.DropzoneOptions
-
If true the fallback will be forced.
- setHeaders(Map<String, String>) - Method in interface com.github.andrezimmermann.dropzone.client.interfaces.DropzoneOptions
-
- setInvalidFileType(String) - Method in interface com.github.andrezimmermann.dropzone.client.interfaces.DropzoneDictonary
-
Shown as error message if the file doesn't match the file type.
- setMaxFiles(int) - Method in interface com.github.andrezimmermann.dropzone.client.interfaces.DropzoneOptions
-
if not null defines how many files this Dropzone handles.
- setMaxFilesExceeded(String) - Method in interface com.github.andrezimmermann.dropzone.client.interfaces.DropzoneDictonary
-
If maxFiles is set, this will be the error message when it's exceeded.
- setMaxFilesize(int) - Method in interface com.github.andrezimmermann.dropzone.client.interfaces.DropzoneOptions
-
in MB
- setMethod(Method) - Method in interface com.github.andrezimmermann.dropzone.client.interfaces.DropzoneOptions
-
Defaults to "post" and can be changed to "put" if necessary.
- setParallelUploads(int) - Method in interface com.github.andrezimmermann.dropzone.client.interfaces.DropzoneOptions
-
How many file uploads to process in parallel (See the Enqueuing file
uploads section for more info)
- setParamName(String) - Method in interface com.github.andrezimmermann.dropzone.client.interfaces.DropzoneOptions
-
The name of the file param that gets transferred.
- setPreviewsContainer(String) - Method in interface com.github.andrezimmermann.dropzone.client.interfaces.DropzoneOptions
-
Defines where to display the file previews – if null the Dropzone
element is used.
- setPreviewTemplate(String) - Method in interface com.github.andrezimmermann.dropzone.client.interfaces.DropzoneOptions
-
String that contains the template used for each dropped image.
- setRemoveFile(String) - Method in interface com.github.andrezimmermann.dropzone.client.interfaces.DropzoneDictonary
-
If addRemoveLinks is true, the text to be used to remove a file.
- setResponseError(String) - Method in interface com.github.andrezimmermann.dropzone.client.interfaces.DropzoneDictonary
-
Shown as error message if the server response was invalid.
- setThumbnailHeight(int) - Method in interface com.github.andrezimmermann.dropzone.client.interfaces.DropzoneOptions
-
The same as setThumbnailWidth.
- setThumbnailWidth(int) - Method in interface com.github.andrezimmermann.dropzone.client.interfaces.DropzoneOptions
-
If null, the ratio of the image will be used to calculate it.
- setUploadMultiple(boolean) - Method in interface com.github.andrezimmermann.dropzone.client.interfaces.DropzoneOptions
-
Whether Dropzone should send multiple files in one request.
- setUrl(String) - Method in interface com.github.andrezimmermann.dropzone.client.interfaces.DropzoneOptions
-
Has to be specified on elements other than form (or when the form doesn't
have an action attribute)
- size() - Method in class com.github.andrezimmermann.dropzone.client.data.FileJS
-
- size() - Method in interface com.github.andrezimmermann.dropzone.client.interfaces.File
-
- spritemap() - Method in interface com.github.andrezimmermann.dropzone.client.injector.resources.Resources
-
- status() - Method in class com.github.andrezimmermann.dropzone.client.data.FileJS
-
- status() - Method in interface com.github.andrezimmermann.dropzone.client.interfaces.File
-
- SUCCESS - Static variable in class com.github.andrezimmermann.dropzone.client.data.FileConstants
-