Index

A C D E F G I M N O P R S T U 
All Classes and Interfaces|All Packages|Serialized Form

A

AbstractFileBuffer - Class in com.vaadin.flow.component.upload.receivers
Deprecated, for removal: This API element is subject to removal in a future version.
Use UploadHandler instead
AbstractFileBuffer() - Constructor for class com.vaadin.flow.component.upload.receivers.AbstractFileBuffer
Deprecated.
Constructor for creating a file buffer with the default temporary file factory.
AbstractFileBuffer(FileFactory) - Constructor for class com.vaadin.flow.component.upload.receivers.AbstractFileBuffer
Deprecated.
Constructor taking in the file factory used to create upload File.
addAllFinishedListener(ComponentEventListener<AllFinishedEvent>) - Method in class com.vaadin.flow.component.upload.Upload
Add listener that is informed on all uploads finished.
addFailedListener(ComponentEventListener<FailedEvent>) - Method in class com.vaadin.flow.component.upload.Upload
Deprecated, for removal: This API element is subject to removal in a future version.
use TransferProgressListener with UploadHandler implementing the TransferProgressAwareHandler interface.
addFileRejectedListener(ComponentEventListener<FileRejectedEvent>) - Method in class com.vaadin.flow.component.upload.Upload
Adds a listener for file-reject events fired when a file cannot be added due to some constrains: setMaxFileSize, setMaxFiles, setAcceptedFileTypes
addFileRemovedListener(ComponentEventListener<FileRemovedEvent>) - Method in class com.vaadin.flow.component.upload.Upload
Adds a listener for events fired when a file is removed.
AddFiles() - Constructor for class com.vaadin.flow.component.upload.UploadI18N.AddFiles
 
addFinishedListener(ComponentEventListener<FinishedEvent>) - Method in class com.vaadin.flow.component.upload.Upload
Deprecated, for removal: This API element is subject to removal in a future version.
use TransferProgressListener with UploadHandler implementing the TransferProgressAwareHandler interface.
addProgressListener(ComponentEventListener<ProgressUpdateEvent>) - Method in class com.vaadin.flow.component.upload.Upload
Deprecated, for removal: This API element is subject to removal in a future version.
use TransferProgressListener with UploadHandler implementing the TransferProgressAwareHandler interface.
addStartedListener(ComponentEventListener<StartedEvent>) - Method in class com.vaadin.flow.component.upload.Upload
Deprecated, for removal: This API element is subject to removal in a future version.
use TransferProgressListener with UploadHandler implementing the TransferProgressAwareHandler interface.
addSucceededListener(ComponentEventListener<SucceededEvent>) - Method in class com.vaadin.flow.component.upload.Upload
Deprecated, for removal: This API element is subject to removal in a future version.
use TransferProgressListener with UploadHandler implementing the TransferProgressAwareHandler interface.
AllFinishedEvent - Class in com.vaadin.flow.component.upload
AllFinishedEvent is sent when the upload has processed all the files in its upload queue, regardless of whether all the receptions were successful or not.
AllFinishedEvent(Upload) - Constructor for class com.vaadin.flow.component.upload.AllFinishedEvent
Create an instance of the event.

C

clearFileList() - Method in class com.vaadin.flow.component.upload.Upload
Clear the list of files being processed, or already uploaded.
com.vaadin.flow.component.upload - package com.vaadin.flow.component.upload
 
com.vaadin.flow.component.upload.receivers - package com.vaadin.flow.component.upload.receivers
 
createFile(String) - Method in interface com.vaadin.flow.component.upload.receivers.FileFactory
Deprecated.
Create a new file for given file name.
createFile(String) - Method in class com.vaadin.flow.component.upload.receivers.TemporaryFileFactory
Deprecated.
Create a new temporary file
createFileOutputStream(String) - Method in class com.vaadin.flow.component.upload.receivers.AbstractFileBuffer
Deprecated.
Create a file output stream for the file.

D

DropFiles() - Constructor for class com.vaadin.flow.component.upload.UploadI18N.DropFiles
 

E

Error() - Constructor for class com.vaadin.flow.component.upload.UploadI18N.Error
 
Error() - Constructor for class com.vaadin.flow.component.upload.UploadI18N.Uploading.Error
 

F

FailedEvent - Class in com.vaadin.flow.component.upload
FailedEvent event is sent when the upload is received, but the reception is interrupted for some reason.
FailedEvent(Upload, String, String, long) - Constructor for class com.vaadin.flow.component.upload.FailedEvent
Create an instance of the event.
FailedEvent(Upload, String, String, long, Exception) - Constructor for class com.vaadin.flow.component.upload.FailedEvent
Create an instance of the event.
File() - Constructor for class com.vaadin.flow.component.upload.UploadI18N.File
 
FileBuffer - Class in com.vaadin.flow.component.upload.receivers
Deprecated, for removal: This API element is subject to removal in a future version.
Use UploadHandler instead
FileBuffer() - Constructor for class com.vaadin.flow.component.upload.receivers.FileBuffer
Deprecated.
Creates a file buffer with a default file factory.
FileBuffer(FileFactory) - Constructor for class com.vaadin.flow.component.upload.receivers.FileBuffer
Deprecated.
Creates a file buffer that uses a file factory to create a custom upload File.
FileData - Class in com.vaadin.flow.component.upload.receivers
Deprecated, for removal: This API element is subject to removal in a future version.
FileData(String, String, OutputStream) - Constructor for class com.vaadin.flow.component.upload.receivers.FileData
Deprecated.
Create a FileData instance for a file.
FileFactory - Interface in com.vaadin.flow.component.upload.receivers
Deprecated, for removal: This API element is subject to removal in a future version.
Use FileFactory instead
FileRejectedEvent - Class in com.vaadin.flow.component.upload
Sent when the file selected for upload doesn't meet the constraints specified on Upload
FileRejectedEvent(Upload, String) - Constructor for class com.vaadin.flow.component.upload.FileRejectedEvent
Deprecated.
FileRejectedEvent(Upload, String, String) - Constructor for class com.vaadin.flow.component.upload.FileRejectedEvent
Creates a new event using the given source and indicator whether the event originated from the client side or the server side.
FileRemovedEvent - Class in com.vaadin.flow.component.upload
Sent when a file selected for upload is removed.
FileRemovedEvent(Upload, String) - Constructor for class com.vaadin.flow.component.upload.FileRemovedEvent
Creates a new event using the given source and the removed file name.
FinishedEvent - Class in com.vaadin.flow.component.upload
FinishedEvent is sent when the upload receives a file, regardless of whether the reception was successful or failed.
FinishedEvent(Upload, String, String, long) - Constructor for class com.vaadin.flow.component.upload.FinishedEvent
Create an instance of the event.
fireUpdateProgress(long, long) - Method in class com.vaadin.flow.component.upload.Upload
fireUpdateProgress(long, long, String) - Method in class com.vaadin.flow.component.upload.Upload
Emit the progress event.

G

getAcceptedFileTypes() - Method in class com.vaadin.flow.component.upload.Upload
Get the list of accepted file types for upload.
getAddFiles() - Method in class com.vaadin.flow.component.upload.UploadI18N
Get add files translations.
getConnecting() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Status
Get connecting translation.
getContentLength() - Method in class com.vaadin.flow.component.upload.FailedEvent
Get the number of uploaded bytes.
getContentLength() - Method in class com.vaadin.flow.component.upload.FinishedEvent
Get the length of the file.
getContentLength() - Method in class com.vaadin.flow.component.upload.ProgressUpdateEvent
Get total file size.
getContentLength() - Method in class com.vaadin.flow.component.upload.StartedEvent
Get the length of the file.
getDropFiles() - Method in class com.vaadin.flow.component.upload.UploadI18N
Get drop translation.
getDropLabel() - Method in class com.vaadin.flow.component.upload.Upload
Get the component set as the drop label.
getDropLabelIcon() - Method in class com.vaadin.flow.component.upload.Upload
Get the component set as the drop label icon.
getError() - Method in class com.vaadin.flow.component.upload.UploadI18N
Get error translations.
getError() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading
Get upload error translations.
getErrorMessage() - Method in class com.vaadin.flow.component.upload.FileRejectedEvent
Get the error message
getFile() - Method in class com.vaadin.flow.component.upload.receivers.FileData
Deprecated.
 
getFile() - Method in class com.vaadin.flow.component.upload.receivers.UploadOutputStream
Deprecated.
 
getFile() - Method in class com.vaadin.flow.component.upload.UploadI18N
Get file translations.
getFileData() - Method in class com.vaadin.flow.component.upload.receivers.FileBuffer
Deprecated.
Get the file data object.
getFileData() - Method in class com.vaadin.flow.component.upload.receivers.MemoryBuffer
Deprecated.
Get the file data object.
getFileData(String) - Method in class com.vaadin.flow.component.upload.receivers.MultiFileBuffer
Deprecated.
Get file data for upload with file name.
getFileData(String) - Method in class com.vaadin.flow.component.upload.receivers.MultiFileMemoryBuffer
Deprecated.
Get file data for upload with file name.
getFileDescriptor() - Method in class com.vaadin.flow.component.upload.receivers.FileBuffer
Deprecated.
Get the output stream for file.
getFileDescriptor(String) - Method in class com.vaadin.flow.component.upload.receivers.MultiFileBuffer
Deprecated.
Get the output stream for file.
getFileIsTooBig() - Method in class com.vaadin.flow.component.upload.UploadI18N.Error
Get translation for file too big.
getFileName() - Method in class com.vaadin.flow.component.upload.FileRejectedEvent
Get the file name.
getFileName() - Method in class com.vaadin.flow.component.upload.FileRemovedEvent
Get the removed file name.
getFileName() - Method in class com.vaadin.flow.component.upload.FinishedEvent
Get the file name.
getFileName() - Method in class com.vaadin.flow.component.upload.ProgressUpdateEvent
Get the file name.
getFileName() - Method in class com.vaadin.flow.component.upload.receivers.FileBuffer
Deprecated.
Get the file name for this buffer.
getFileName() - Method in class com.vaadin.flow.component.upload.receivers.FileData
Deprecated.
Return the name of this file.
getFileName() - Method in class com.vaadin.flow.component.upload.receivers.MemoryBuffer
Deprecated.
Get the file name for this buffer.
getFileName() - Method in class com.vaadin.flow.component.upload.StartedEvent
Get the file name.
getFiles() - Method in class com.vaadin.flow.component.upload.receivers.MultiFileBuffer
Deprecated.
Get the files stored for this buffer.
getFiles() - Method in class com.vaadin.flow.component.upload.receivers.MultiFileMemoryBuffer
Deprecated.
Get the files in memory for this buffer.
getForbidden() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Error
 
getHeld() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Status
Get held translation.
getI18n() - Method in class com.vaadin.flow.component.upload.Upload
Get the internationalization object previously set for this component.
getIncorrectFileType() - Method in class com.vaadin.flow.component.upload.UploadI18N.Error
Get translation for incorrect file type.
getInputStream() - Method in class com.vaadin.flow.component.upload.receivers.FileBuffer
Deprecated.
Get the input stream for file.
getInputStream() - Method in class com.vaadin.flow.component.upload.receivers.MemoryBuffer
Deprecated.
Get the input stream for file with filename.
getInputStream(String) - Method in class com.vaadin.flow.component.upload.receivers.MultiFileBuffer
Deprecated.
Get the input stream for file with fileName.
getInputStream(String) - Method in class com.vaadin.flow.component.upload.receivers.MultiFileMemoryBuffer
Deprecated.
Get the input stream for file with filename.
getLogger() - Method in class com.vaadin.flow.component.upload.receivers.AbstractFileBuffer
Deprecated.
 
getMany() - Method in class com.vaadin.flow.component.upload.UploadI18N.SingleMulti
 
getMaxFiles() - Method in class com.vaadin.flow.component.upload.Upload
Get the maximum number of files allowed for the user to select to upload.
getMaxFileSize() - Method in class com.vaadin.flow.component.upload.Upload
Get the maximum allowed file size in the client-side, in bytes.
getMimeType() - Method in class com.vaadin.flow.component.upload.receivers.FileData
Deprecated.
Return the mimeType of this file.
getMIMEType() - Method in class com.vaadin.flow.component.upload.FinishedEvent
Get the MIME Type of the file.
getMIMEType() - Method in class com.vaadin.flow.component.upload.StartedEvent
Get the MIME type of the file.
getOne() - Method in class com.vaadin.flow.component.upload.UploadI18N.SingleMulti
Get translation for single upload.
getOutputBuffer() - Method in class com.vaadin.flow.component.upload.receivers.FileData
Deprecated.
Return the output buffer for this file data.
getOutputBuffer(String) - Method in class com.vaadin.flow.component.upload.receivers.MultiFileMemoryBuffer
Deprecated.
Get the output stream for file.
getPath() - Static method in class com.vaadin.flow.component.upload.receivers.TempDirectory
Deprecated.
 
getPrefix() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.RemainingTime
Get prefix translation.
getProcessing() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Status
Get processing translation.
getReadBytes() - Method in class com.vaadin.flow.component.upload.ProgressUpdateEvent
Get bytes transferred for this update.
getReason() - Method in class com.vaadin.flow.component.upload.FailedEvent
Get the exception that caused the failure.
getReceiver() - Method in class com.vaadin.flow.component.upload.Upload
Deprecated, for removal: This API element is subject to removal in a future version.
getRemainingTime() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading
Get remaining time translations.
getRemove() - Method in class com.vaadin.flow.component.upload.UploadI18N.File
Get aria-label of the remove file button.
getRetry() - Method in class com.vaadin.flow.component.upload.UploadI18N.File
Get aria-label of the retry file button.
getServerUnavailable() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Error
 
getSize() - Method in class com.vaadin.flow.component.upload.UploadI18N.Units
get units size list
getSizeBase() - Method in class com.vaadin.flow.component.upload.UploadI18N.Units
Gets the units size base.
getStalled() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Status
Get stalled translation.
getStart() - Method in class com.vaadin.flow.component.upload.UploadI18N.File
Get aria-label of the start file button.
getStatus() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading
Get status translations.
getTooManyFiles() - Method in class com.vaadin.flow.component.upload.UploadI18N.Error
Too many files translation.
getUnexpectedServerError() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Error
 
getUnits() - Method in class com.vaadin.flow.component.upload.UploadI18N
Get unit translations.
getUnknown() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.RemainingTime
Get unknown translation.
getUpload() - Method in class com.vaadin.flow.component.upload.FinishedEvent
Upload where the event occurred.
getUpload() - Method in class com.vaadin.flow.component.upload.ProgressUpdateEvent
Upload where the event occurred.
getUpload() - Method in class com.vaadin.flow.component.upload.StartedEvent
Upload where the event occurred.
getUploadButton() - Method in class com.vaadin.flow.component.upload.Upload
Get the component set as the upload button for the upload.
getUploading() - Method in class com.vaadin.flow.component.upload.UploadI18N
Get uploading translations.

I

interruptUpload() - Method in class com.vaadin.flow.component.upload.Upload
Interrupt the upload currently being received.
isAutoUpload() - Method in class com.vaadin.flow.component.upload.Upload
Get the auto upload status.
isDropAllowed() - Method in class com.vaadin.flow.component.upload.Upload
Get whether file dropping is allowed or not.
isUploading() - Method in class com.vaadin.flow.component.upload.Upload
Is upload in progress.

M

MemoryBuffer - Class in com.vaadin.flow.component.upload.receivers
Deprecated, for removal: This API element is subject to removal in a future version.
Use UploadHandler instead
MemoryBuffer() - Constructor for class com.vaadin.flow.component.upload.receivers.MemoryBuffer
Deprecated.
 
MultiFileBuffer - Class in com.vaadin.flow.component.upload.receivers
Deprecated, for removal: This API element is subject to removal in a future version.
Use UploadHandler instead
MultiFileBuffer() - Constructor for class com.vaadin.flow.component.upload.receivers.MultiFileBuffer
Deprecated.
Creates a file buffer with a default file factory.
MultiFileBuffer(FileFactory) - Constructor for class com.vaadin.flow.component.upload.receivers.MultiFileBuffer
Deprecated.
Creates a file buffer that uses a file factory to create custom upload Files.
MultiFileMemoryBuffer - Class in com.vaadin.flow.component.upload.receivers
Deprecated, for removal: This API element is subject to removal in a future version.
Use UploadHandler instead
MultiFileMemoryBuffer() - Constructor for class com.vaadin.flow.component.upload.receivers.MultiFileMemoryBuffer
Deprecated.
 
MultiFileReceiver - Interface in com.vaadin.flow.component.upload
Interface that must be implemented by the upload receivers to provide the Upload component an output stream to write the uploaded data.

N

NoInputStreamEvent - Class in com.vaadin.flow.component.upload
FailedEvent that indicates that an input stream could not be obtained.
NoInputStreamEvent(Upload, String, String, long) - Constructor for class com.vaadin.flow.component.upload.NoInputStreamEvent
Create an instance of the event.
NoOutputStreamEvent - Class in com.vaadin.flow.component.upload
FailedEvent that indicates that an output stream could not be obtained.
NoOutputStreamEvent(Upload, String, String, long) - Constructor for class com.vaadin.flow.component.upload.NoOutputStreamEvent
Create an instance of the event.

O

onAttach(AttachEvent) - Method in class com.vaadin.flow.component.upload.Upload
 

P

ProgressListener - Interface in com.vaadin.flow.component.upload
ProgressListener receives events to track progress of upload.
ProgressUpdateEvent - Class in com.vaadin.flow.component.upload
ProgressUpdateEvent is sent to track progress of upload.
ProgressUpdateEvent(Upload, long, long) - Constructor for class com.vaadin.flow.component.upload.ProgressUpdateEvent
ProgressUpdateEvent(Upload, long, long, String) - Constructor for class com.vaadin.flow.component.upload.ProgressUpdateEvent
Event constructor method to construct a new progress event.

R

Receiver - Interface in com.vaadin.flow.component.upload
Deprecated, for removal: This API element is subject to removal in a future version.
Use UploadHandler instead
receiveUpload(String, String) - Method in interface com.vaadin.flow.component.upload.Receiver
Deprecated.
Invoked when a new upload arrives.
receiveUpload(String, String) - Method in class com.vaadin.flow.component.upload.receivers.FileBuffer
Deprecated.
 
receiveUpload(String, String) - Method in class com.vaadin.flow.component.upload.receivers.MemoryBuffer
Deprecated.
 
receiveUpload(String, String) - Method in class com.vaadin.flow.component.upload.receivers.MultiFileBuffer
Deprecated.
 
receiveUpload(String, String) - Method in class com.vaadin.flow.component.upload.receivers.MultiFileMemoryBuffer
Deprecated.
 
RemainingTime() - Constructor for class com.vaadin.flow.component.upload.UploadI18N.Uploading.RemainingTime
 

S

setAcceptedFileTypes(String...) - Method in class com.vaadin.flow.component.upload.Upload
Specify the types of files that the Upload web-component accepts.
setAddFiles(UploadI18N.AddFiles) - Method in class com.vaadin.flow.component.upload.UploadI18N
Set add files translations.
setAutoUpload(boolean) - Method in class com.vaadin.flow.component.upload.Upload
When false, it prevents uploads from triggering immediately upon adding file(s).
setConnecting(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Status
Set connecting translation.
setDropAllowed(boolean) - Method in class com.vaadin.flow.component.upload.Upload
Define whether the element supports dropping files on it for uploading.
setDropFiles(UploadI18N.DropFiles) - Method in class com.vaadin.flow.component.upload.UploadI18N
Set drop translation.
setDropLabel(Component) - Method in class com.vaadin.flow.component.upload.Upload
Set the component to show as a message to the user to drop files in the upload component.
setDropLabelIcon(Component) - Method in class com.vaadin.flow.component.upload.Upload
Set the component to show as the drop label icon.
setError(UploadI18N.Error) - Method in class com.vaadin.flow.component.upload.UploadI18N
Set error translations.
setError(UploadI18N.Uploading.Error) - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading
Set upload error translations.
setFile(UploadI18N.File) - Method in class com.vaadin.flow.component.upload.UploadI18N
Set file translations.
setFileIsTooBig(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.Error
Set file too big translation.
setForbidden(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Error
 
setHeld(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Status
Set held translation.
setI18n(UploadI18N) - Method in class com.vaadin.flow.component.upload.Upload
Set the internationalization properties for this component.
setIncorrectFileType(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.Error
Set incorrect file type translation.
setMany(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.AddFiles
 
setMany(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.DropFiles
 
setMany(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.SingleMulti
 
setMaxFiles(int) - Method in class com.vaadin.flow.component.upload.Upload
Limit of files to upload, by default it is unlimited.
setMaxFileSize(int) - Method in class com.vaadin.flow.component.upload.Upload
Specify the maximum file size in bytes allowed to upload.
setOne(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.AddFiles
 
setOne(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.DropFiles
 
setOne(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.SingleMulti
Set translation for single upload.
setPrefix(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.RemainingTime
Set prefix translation.
setProcessing(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Status
Set processing translation.
setReceiver(Receiver) - Method in class com.vaadin.flow.component.upload.Upload
Deprecated, for removal: This API element is subject to removal in a future version.
setRemainingTime(UploadI18N.Uploading.RemainingTime) - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading
Set remaining time translations.
setRemove(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.File
Set aria-label on the remove file button.
setRetry(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.File
Set aria-label on the retry file button.
setServerUnavailable(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Error
 
setSize(List<String>) - Method in class com.vaadin.flow.component.upload.UploadI18N.Units
units size list: ["B", "kB", "MB", "GB", "TB", "PB", "EB", "ZB", "YB"]
setSizeBase(Integer) - Method in class com.vaadin.flow.component.upload.UploadI18N.Units
Sets the units size base.
setStalled(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Status
Set stalled translation.
setStart(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.File
Set aria-label on the start file button.
setStatus(UploadI18N.Uploading.Status) - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading
Set status translations.
setTooManyFiles(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.Error
Set too many files error translation.
setUnexpectedServerError(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Error
 
setUnits(UploadI18N.Units) - Method in class com.vaadin.flow.component.upload.UploadI18N
Set unit translations.
setUnits(List<String>) - Method in class com.vaadin.flow.component.upload.UploadI18N
Set unit translations.
setUnits(List<String>, int) - Method in class com.vaadin.flow.component.upload.UploadI18N
Set unit translations.
setUnknown(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.RemainingTime
Set unknown translation.
setUploadButton(Component) - Method in class com.vaadin.flow.component.upload.Upload
Set the component as the actionable button inside the upload component, that opens the dialog for choosing the files to be upload.
setUploadHandler(UploadHandler) - Method in class com.vaadin.flow.component.upload.Upload
Set the upload handler to be used for this upload component.
setUploadHandler(UploadHandler, String) - Method in class com.vaadin.flow.component.upload.Upload
Set the upload handler to be used for this upload component.
setUploading(UploadI18N.Uploading) - Method in class com.vaadin.flow.component.upload.UploadI18N
Set uploading translations.
SingleMulti() - Constructor for class com.vaadin.flow.component.upload.UploadI18N.SingleMulti
 
StartedEvent - Class in com.vaadin.flow.component.upload
StartedEvent event is sent when the upload is started to received.
StartedEvent(Upload, String, String, long) - Constructor for class com.vaadin.flow.component.upload.StartedEvent
Create an instance of the event.
Status() - Constructor for class com.vaadin.flow.component.upload.UploadI18N.Uploading.Status
 
SucceededEvent - Class in com.vaadin.flow.component.upload
SucceededEvent event is sent when the upload is received successfully.
SucceededEvent(Upload, String, String, long) - Constructor for class com.vaadin.flow.component.upload.SucceededEvent
Create an instance of the event.

T

TempDirectory - Class in com.vaadin.flow.component.upload.receivers
Deprecated, for removal: This API element is subject to removal in a future version.
TemporaryFileFactory - Class in com.vaadin.flow.component.upload.receivers
Deprecated, for removal: This API element is subject to removal in a future version.
TemporaryFileFactory() - Constructor for class com.vaadin.flow.component.upload.receivers.TemporaryFileFactory
Deprecated.
 

U

Units() - Constructor for class com.vaadin.flow.component.upload.UploadI18N.Units
unit translations with default size: size = Arrays.asList("B", "kB", "MB", "GB", "TB", "PB", "EB", "ZB", "YB");
Units(List<String>) - Constructor for class com.vaadin.flow.component.upload.UploadI18N.Units
 
Units(List<String>, Integer) - Constructor for class com.vaadin.flow.component.upload.UploadI18N.Units
 
updateProgress(long, long) - Method in interface com.vaadin.flow.component.upload.ProgressListener
Updates progress to listener.
Upload - Class in com.vaadin.flow.component.upload
Upload is a component for uploading one or more files.
Upload() - Constructor for class com.vaadin.flow.component.upload.Upload
Create a new instance of Upload.
Upload(Receiver) - Constructor for class com.vaadin.flow.component.upload.Upload
Deprecated, for removal: This API element is subject to removal in a future version.
Upload(UploadHandler) - Constructor for class com.vaadin.flow.component.upload.Upload
Create a new instance of Upload with the given upload handler.
Upload(UploadHandler, String) - Constructor for class com.vaadin.flow.component.upload.Upload
Create a new instance of Upload with the given upload handler and target name.
UploadI18N - Class in com.vaadin.flow.component.upload
The I18N helper file for the upload component.
UploadI18N() - Constructor for class com.vaadin.flow.component.upload.UploadI18N
 
UploadI18N.AddFiles - Class in com.vaadin.flow.component.upload
Translations for adding files.
UploadI18N.DropFiles - Class in com.vaadin.flow.component.upload
Translations for dropping files.
UploadI18N.Error - Class in com.vaadin.flow.component.upload
Exception translations.
UploadI18N.File - Class in com.vaadin.flow.component.upload
file translations.
UploadI18N.SingleMulti - Class in com.vaadin.flow.component.upload
Abstract translation class for single and multi mode translations.
UploadI18N.Units - Class in com.vaadin.flow.component.upload
unit translations.
UploadI18N.Uploading - Class in com.vaadin.flow.component.upload
Upload time translation strings.
UploadI18N.Uploading.Error - Class in com.vaadin.flow.component.upload
Communication error translations.
UploadI18N.Uploading.RemainingTime - Class in com.vaadin.flow.component.upload
Time remaining translations.
UploadI18N.Uploading.Status - Class in com.vaadin.flow.component.upload
Upload status strings.
Uploading() - Constructor for class com.vaadin.flow.component.upload.UploadI18N.Uploading
 
UploadOutputStream - Class in com.vaadin.flow.component.upload.receivers
Deprecated, for removal: This API element is subject to removal in a future version.
UploadOutputStream(File) - Constructor for class com.vaadin.flow.component.upload.receivers.UploadOutputStream
Deprecated.
 
A C D E F G I M N O P R S T U 
All Classes and Interfaces|All Packages|Serialized Form