Index
A C G I O R S U
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
S
- setDropZone(Component) - Method in class org.vaadin.addons.f0rce.uploadhelper.UploadHelper
-
Sets the dropZone (the
Component
which Upload-Helper should be enabled on). - setDropZone(Component, String) - Method in class org.vaadin.addons.f0rce.uploadhelper.UploadHelper
-
Sets the dropZone in the
Component
's ShadowDom. - setDropZone(String) - Method in class org.vaadin.addons.f0rce.uploadhelper.UploadHelper
-
Sets the dropZone (the Element ID which Upload-Helper should be enabled on).
- setDropZone(String, String) - Method in class org.vaadin.addons.f0rce.uploadhelper.UploadHelper
-
Sets the dropZone in the ShadowDom of given Element ID.
- setMaxFiles(int) - Method in class org.vaadin.addons.f0rce.uploadhelper.UploadHelper
-
Limit of files to upload, by default it is 1.
- setMaxFileSize(int) - Method in class org.vaadin.addons.f0rce.uploadhelper.UploadHelper
-
Specify the maximum file size in bytes allowed to upload.
- setReceiver(UHReceiver) - Method in class org.vaadin.addons.f0rce.uploadhelper.UploadHelper
-
Sets a receiver.
- setVisualFeedback(boolean) - Method in class org.vaadin.addons.f0rce.uploadhelper.UploadHelper
-
If set the false, the background color and the opacity of the dropZone Element is not changed.
All Classes|All Packages