Index

A C G I R U 
All Classes and Interfaces|All Packages

A

abort() - Method in class com.vaadin.flow.component.upload.testbench.UploadElement
Aborts any upload currently in progress.

C

com.vaadin.flow.component.upload.testbench - package com.vaadin.flow.component.upload.testbench
 

G

getMaxFiles() - Method in class com.vaadin.flow.component.upload.testbench.UploadElement
Gets how many files can be uploaded.

I

isMaxFilesReached() - Method in class com.vaadin.flow.component.upload.testbench.UploadElement
Checks whether the maximum number of files has been uploaded.

R

removeFile(int) - Method in class com.vaadin.flow.component.upload.testbench.UploadElement
Removes the file with 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, 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.
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
 
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.
A C G I R U 
All Classes and Interfaces|All Packages