Index
All Classes and Interfaces|All Packages
A
- abort() - Method in class com.vaadin.flow.component.upload.testbench.UploadElement
-
Aborts any upload currently in progress.
- abort() - Method in class com.vaadin.flow.component.upload.testbench.UploadManagerTester
-
Aborts all uploads currently in progress.
C
- com.vaadin.flow.component.upload.testbench - package com.vaadin.flow.component.upload.testbench
G
- getFileCount() - Method in class com.vaadin.flow.component.upload.testbench.UploadManagerTester
-
Gets the number of files currently in the upload list.
- getMaxFiles() - Method in class com.vaadin.flow.component.upload.testbench.UploadElement
-
Gets how many files can be uploaded.
- getMaxFiles() - Method in class com.vaadin.flow.component.upload.testbench.UploadManagerTester
-
Gets the maximum number of files that can be uploaded.
- getUploadManager() - Method in class com.vaadin.flow.component.upload.testbench.UploadButtonElement
-
Gets a tester for the upload manager linked to this button.
- getUploadManager() - Method in class com.vaadin.flow.component.upload.testbench.UploadDropZoneElement
-
Gets a tester for the upload manager linked to this drop zone.
- getUploadManager() - Method in class com.vaadin.flow.component.upload.testbench.UploadFileListElement
-
Gets a tester for the upload manager linked to this file list.
I
- isMaxFilesReached() - Method in class com.vaadin.flow.component.upload.testbench.UploadElement
-
Checks whether the maximum number of files has been uploaded.
- isMaxFilesReached() - Method in class com.vaadin.flow.component.upload.testbench.UploadManagerTester
-
Checks whether the maximum number of files has been reached.
R
- removeFile(int) - Method in class com.vaadin.flow.component.upload.testbench.UploadElement
-
Removes the file with the given index.
- removeFile(int) - Method in class com.vaadin.flow.component.upload.testbench.UploadManagerTester
-
Removes the file at the given index.
U
- upload(File) - Method in class com.vaadin.flow.component.upload.testbench.UploadElement
-
Uploads the given local file and waits for 60s for the upload to finish.
- upload(File) - Method in class com.vaadin.flow.component.upload.testbench.UploadManagerTester
-
Uploads the given local file.
- upload(File, int) - Method in class com.vaadin.flow.component.upload.testbench.UploadElement
-
Uploads the given local file and waits for the given number of seconds for the upload to finish.
- upload(File, int) - Method in class com.vaadin.flow.component.upload.testbench.UploadManagerTester
-
Uploads the given local file and waits for the given number of seconds for the upload to finish.
- UploadButtonElement - Class in com.vaadin.flow.component.upload.testbench
-
A TestBench element representing a
<vaadin-upload-button>element. - UploadButtonElement() - Constructor for class com.vaadin.flow.component.upload.testbench.UploadButtonElement
- UploadDropZoneElement - Class in com.vaadin.flow.component.upload.testbench
-
A TestBench element representing a
<vaadin-upload-drop-zone>element. - UploadDropZoneElement() - Constructor for class com.vaadin.flow.component.upload.testbench.UploadDropZoneElement
- UploadElement - Class in com.vaadin.flow.component.upload.testbench
-
A TestBench element representing a
<vaadin-upload>element. - UploadElement() - Constructor for class com.vaadin.flow.component.upload.testbench.UploadElement
- UploadFileListElement - Class in com.vaadin.flow.component.upload.testbench
-
A TestBench element representing a
<vaadin-upload-file-list>element. - UploadFileListElement() - Constructor for class com.vaadin.flow.component.upload.testbench.UploadFileListElement
- uploadFiles() - Method in class com.vaadin.flow.component.upload.testbench.UploadManagerTester
-
Starts uploading all pending files.
- UploadManagerTester - Class in com.vaadin.flow.component.upload.testbench
-
A test helper class for interacting with the client-side UploadManager.
- uploadMultiple(List<File>, int) - Method in class com.vaadin.flow.component.upload.testbench.UploadElement
-
Uploads the given local files and waits for the given number of seconds for the upload to finish.
- uploadMultiple(List<File>, int) - Method in class com.vaadin.flow.component.upload.testbench.UploadManagerTester
-
Uploads the given local files and waits for the given number of seconds for all uploads to finish.
W
- waitForUploads(int) - Method in class com.vaadin.flow.component.upload.testbench.UploadManagerTester
-
Waits for all uploads to complete.
All Classes and Interfaces|All Packages