Skip navigation links
A C D E F G L M N O P Q R S U V X 

A

ACCEPTED - Static variable in class com.github.andrezimmermann.dropzone.client.data.FileConstants
For backwards compatibility.
ADDED - Static variable in class com.github.andrezimmermann.dropzone.client.data.FileConstants
 
addFile(String, Integer, String) - Method in class com.github.andrezimmermann.dropzone.client.Dropzone
Add file information manually to Dropzone.

C

CANCELED - Static variable in class com.github.andrezimmermann.dropzone.client.data.FileConstants
 
com.github.andrezimmermann.dropzone.client - package com.github.andrezimmermann.dropzone.client
 
com.github.andrezimmermann.dropzone.client.data - package com.github.andrezimmermann.dropzone.client.data
 
com.github.andrezimmermann.dropzone.client.event - package com.github.andrezimmermann.dropzone.client.event
 
com.github.andrezimmermann.dropzone.client.injector - package com.github.andrezimmermann.dropzone.client.injector
 
com.github.andrezimmermann.dropzone.client.injector.resources - package com.github.andrezimmermann.dropzone.client.injector.resources
 
com.github.andrezimmermann.dropzone.client.interfaces - package com.github.andrezimmermann.dropzone.client.interfaces
 
configure(Resources) - Static method in class com.github.andrezimmermann.dropzone.client.injector.ResourceInjector
 

D

dictionary() - Static method in class com.github.andrezimmermann.dropzone.client.Dropzone
Create the object that contains the Dictionary used by Dropzone
Dropzone - Class in com.github.andrezimmermann.dropzone.client
Main class, that is used to interact
Dropzone(DropzoneOptions) - Constructor for class com.github.andrezimmermann.dropzone.client.Dropzone
 
Dropzone(DropzoneOptions, DropzoneDictonary) - Constructor for class com.github.andrezimmermann.dropzone.client.Dropzone
 
Dropzone(DropzoneOptions, DropzoneEventHandler) - Constructor for class com.github.andrezimmermann.dropzone.client.Dropzone
 
Dropzone(DropzoneOptions, DropzoneEventHandler, DropzoneDictonary) - Constructor for class com.github.andrezimmermann.dropzone.client.Dropzone
 
Dropzone(DropzoneOptions, DropzoneEventHandler, DropzoneDictonary, Resources) - Constructor for class com.github.andrezimmermann.dropzone.client.Dropzone
 
dropzoneCss() - Method in interface com.github.andrezimmermann.dropzone.client.injector.resources.Resources
Returns the CSS file.
DropzoneDictonary - Interface in com.github.andrezimmermann.dropzone.client.interfaces
 
DropzoneEventHandler - Interface in com.github.andrezimmermann.dropzone.client.event
Maps the events handlers for the Dropzone, if needed, instance your own DropzoneEventHandler and implement the required method
DropzoneEventHandlerAdaptor - Class in com.github.andrezimmermann.dropzone.client
Empty implementation for the events dispatched by the Dropzone
DropzoneEventHandlerAdaptor() - Constructor for class com.github.andrezimmermann.dropzone.client.DropzoneEventHandlerAdaptor
 
DropzoneFallbackEvent - Interface in com.github.andrezimmermann.dropzone.client.event
A simple eventHandler for the Fallback Event
dropzoneJs() - Method in interface com.github.andrezimmermann.dropzone.client.injector.resources.Resources
Returns the JS file.
DropzoneOptions - Interface in com.github.andrezimmermann.dropzone.client.interfaces
 

E

ERROR - Static variable in class com.github.andrezimmermann.dropzone.client.data.FileConstants
 

F

File - Interface in com.github.andrezimmermann.dropzone.client.interfaces
Represent a File from the Javascript File API
FileConstants - Class in com.github.andrezimmermann.dropzone.client.data
 
FileConstants() - Constructor for class com.github.andrezimmermann.dropzone.client.data.FileConstants
 
FileJS - Class in com.github.andrezimmermann.dropzone.client.data
 
FileJS() - Constructor for class com.github.andrezimmermann.dropzone.client.data.FileJS
 
FormData - Interface in com.github.andrezimmermann.dropzone.client.interfaces
 

G

getFile(int) - Method in class com.github.andrezimmermann.dropzone.client.Dropzone
Return information about particular file added to dropzone.
getFiles() - Method in class com.github.andrezimmermann.dropzone.client.Dropzone
Return array if all files added to dropzone.
getFilesCount() - Method in class com.github.andrezimmermann.dropzone.client.Dropzone
Return number of added files.

L

lastModifiedDate() - Method in class com.github.andrezimmermann.dropzone.client.data.FileJS
 
lastModifiedDate() - Method in interface com.github.andrezimmermann.dropzone.client.interfaces.File
 

M

Method - Enum in com.github.andrezimmermann.dropzone.client.interfaces
 

N

name() - Method in class com.github.andrezimmermann.dropzone.client.data.FileJS
 
name() - Method in interface com.github.andrezimmermann.dropzone.client.interfaces.File
 

O

onAddedFile(File) - Method in class com.github.andrezimmermann.dropzone.client.DropzoneEventHandlerAdaptor
 
onAddedFile(File) - Method in interface com.github.andrezimmermann.dropzone.client.event.DropzoneEventHandler
When a file is added
onCancelled(File) - Method in class com.github.andrezimmermann.dropzone.client.DropzoneEventHandlerAdaptor
 
onCancelled(File) - Method in interface com.github.andrezimmermann.dropzone.client.event.DropzoneEventHandler
Called when a file upload gets canceled.
onComplete(File) - Method in class com.github.andrezimmermann.dropzone.client.DropzoneEventHandlerAdaptor
 
onComplete(File) - Method in interface com.github.andrezimmermann.dropzone.client.event.DropzoneEventHandler
Called when the upload was either successful or erroneous.
onError(File, String, XHRObjet) - Method in class com.github.andrezimmermann.dropzone.client.DropzoneEventHandlerAdaptor
 
onError(File, String, XHRObjet) - Method in interface com.github.andrezimmermann.dropzone.client.event.DropzoneEventHandler
An error occured.
onFallback() - Method in interface com.github.andrezimmermann.dropzone.client.event.DropzoneFallbackEvent
Called when the Dropzone dispatch the onFallback event
onMaxFilesExceeded(File) - Method in class com.github.andrezimmermann.dropzone.client.DropzoneEventHandlerAdaptor
 
onMaxFilesExceeded(File) - Method in interface com.github.andrezimmermann.dropzone.client.event.DropzoneEventHandler
Called for each file that has been rejected because the number of files exceeds the maxFiles limit.
onMaxFilesReached(File) - Method in class com.github.andrezimmermann.dropzone.client.DropzoneEventHandlerAdaptor
 
onMaxFilesReached(File) - Method in interface com.github.andrezimmermann.dropzone.client.event.DropzoneEventHandler
Called when the number of files accepted reached the maxFiles limit.
onProcessing(File) - Method in class com.github.andrezimmermann.dropzone.client.DropzoneEventHandlerAdaptor
 
onProcessing(File) - Method in interface com.github.andrezimmermann.dropzone.client.event.DropzoneEventHandler
When a file gets processed (since there is a queue not all files are processed immediately).
onRemovedfile(File) - Method in class com.github.andrezimmermann.dropzone.client.DropzoneEventHandlerAdaptor
 
onRemovedfile(File) - Method in interface com.github.andrezimmermann.dropzone.client.event.DropzoneEventHandler
Called whenever a file is removed from the list.
onSending(File, FormData, XHRObjet) - Method in class com.github.andrezimmermann.dropzone.client.DropzoneEventHandlerAdaptor
 
onSending(File, FormData, XHRObjet) - Method in interface com.github.andrezimmermann.dropzone.client.event.DropzoneEventHandler
Called just before each file is sent.
onSuccess(File, String) - Method in class com.github.andrezimmermann.dropzone.client.DropzoneEventHandlerAdaptor
 
onSuccess(File, String) - Method in interface com.github.andrezimmermann.dropzone.client.event.DropzoneEventHandler
The file has been uploaded successfully.
onThumbnail(File, String) - Method in class com.github.andrezimmermann.dropzone.client.DropzoneEventHandlerAdaptor
 
onThumbnail(File, String) - Method in interface com.github.andrezimmermann.dropzone.client.event.DropzoneEventHandler
When the thumbnail has been generated.
onUploadProgress(File, int, int) - Method in class com.github.andrezimmermann.dropzone.client.DropzoneEventHandlerAdaptor
 
onUploadProgress(File, int, int) - Method in interface com.github.andrezimmermann.dropzone.client.event.DropzoneEventHandler
Gets called periodically whenever the file upload progress changes.
options() - Static method in class com.github.andrezimmermann.dropzone.client.Dropzone
Create the object that contains the Options used by Dropzone

P

PROCESSING - Static variable in class com.github.andrezimmermann.dropzone.client.data.FileConstants
Alias of UPLOADING
processQueue() - Method in class com.github.andrezimmermann.dropzone.client.Dropzone
Checks how many files are currently uploading, and if it’s less than options.parallelUploads, .processFile(file) is called.

Q

QUEUED - Static variable in class com.github.andrezimmermann.dropzone.client.data.FileConstants
 

R

removeAllFiles() - Method in class com.github.andrezimmermann.dropzone.client.Dropzone
Removes all files from dropzone.
removeFile(int) - Method in class com.github.andrezimmermann.dropzone.client.Dropzone
Removes file at index i.
removeFile(File) - Method in class com.github.andrezimmermann.dropzone.client.Dropzone
Removes file at index i.
ResourceInjector - Class in com.github.andrezimmermann.dropzone.client.injector
Responsible for injecting the resources within the application
Resources - Interface in com.github.andrezimmermann.dropzone.client.injector.resources
Interface that provides the Dropzone resources.

S

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
 

U

UPLOADING - Static variable in class com.github.andrezimmermann.dropzone.client.data.FileConstants
 

V

valueOf(String) - Static method in enum com.github.andrezimmermann.dropzone.client.interfaces.Method
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.andrezimmermann.dropzone.client.interfaces.Method
Returns an array containing the constants of this enum type, in the order they are declared.

X

XHRObjet - Interface in com.github.andrezimmermann.dropzone.client.interfaces
 
A C D E F G L M N O P Q R S U V X 
Skip navigation links

Copyright © 2015. All rights reserved.