Index

A C D E F G I L M N P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|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.
addAllFinishedListener(ComponentEventListener<UploadManager.AllFinishedEvent>) - Method in class com.vaadin.flow.component.upload.UploadManager
Add a listener that is informed when all uploads have 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
addFileRejectedListener(ComponentEventListener<UploadManager.FileRejectedEvent>) - Method in class com.vaadin.flow.component.upload.UploadManager
Adds a listener for file-reject events fired when a file cannot be added due to some constraints: setMaxFileSize, setMaxFiles, setAcceptedMimeTypes, setAcceptedFileExtensions
addFileRemovedListener(ComponentEventListener<FileRemovedEvent>) - Method in class com.vaadin.flow.component.upload.Upload
Adds a listener for events fired when a file is removed.
addFileRemovedListener(ComponentEventListener<UploadManager.FileRemovedEvent>) - Method in class com.vaadin.flow.component.upload.UploadManager
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(Component) - Constructor for class com.vaadin.flow.component.upload.UploadManager.AllFinishedEvent
Creates a new event.
AllFinishedEvent(Upload) - Constructor for class com.vaadin.flow.component.upload.AllFinishedEvent
Create an instance of the event.
ATTACH_LISTENER_REGISTRATION - Static variable in class com.vaadin.flow.component.upload.UploadButton
 
ATTACH_LISTENER_REGISTRATION - Static variable in class com.vaadin.flow.component.upload.UploadDropZone
 
ATTACH_LISTENER_REGISTRATION - Static variable in class com.vaadin.flow.component.upload.UploadFileList
 
AURA_NO_BORDER - Enum constant in enum class com.vaadin.flow.component.upload.UploadVariant
 
AURA_THUMBNAILS - Enum constant in enum class com.vaadin.flow.component.upload.UploadFileListVariant
 

C

clearFileList() - Method in class com.vaadin.flow.component.upload.Upload
Clear the list of files being processed, or already uploaded.
clearFileList() - Method in class com.vaadin.flow.component.upload.UploadManager
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
 
CONNECTOR_ATTACH_LISTENER_REGISTRATION - Static variable in class com.vaadin.flow.component.upload.UploadButton
 
CONNECTOR_ATTACH_LISTENER_REGISTRATION - Static variable in class com.vaadin.flow.component.upload.UploadDropZone
 
CONNECTOR_ATTACH_LISTENER_REGISTRATION - Static variable in class com.vaadin.flow.component.upload.UploadFileList
 
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.UploadFileListI18N.Error
 
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.
FEATURE_FLAG_ID - Static variable in class com.vaadin.flow.component.upload.ModularUploadFeatureFlagProvider
The feature flag ID for modular upload components.
FEATURE_FLAG_ID - Static variable in class com.vaadin.flow.component.upload.UploadManager
The feature flag ID for modular upload components (UploadManager and related components).
File() - Constructor for class com.vaadin.flow.component.upload.UploadFileListI18N.File
 
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(Component, boolean, String, String) - Constructor for class com.vaadin.flow.component.upload.UploadManager.FileRejectedEvent
Creates a new event.
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(Component, boolean, String) - Constructor for class com.vaadin.flow.component.upload.UploadManager.FileRemovedEvent
Creates a new event.
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

getAcceptedFileExtensions() - Method in class com.vaadin.flow.component.upload.UploadManager
Gets the list of accepted file extensions for upload.
getAcceptedFileTypes() - Method in class com.vaadin.flow.component.upload.Upload
Get the list of accepted file types for upload.
getAcceptedMimeTypes() - Method in class com.vaadin.flow.component.upload.UploadManager
Gets the list of accepted MIME 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.UploadFileListI18N.Uploading.Status
Get connecting translation.
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.UploadFileListI18N
Get error translations.
getError() - Method in class com.vaadin.flow.component.upload.UploadFileListI18N.Uploading
Get upload error translations.
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
getErrorMessage() - Method in class com.vaadin.flow.component.upload.UploadManager.FileRejectedEvent
Gets the error message describing why the file was rejected.
getFeatures() - Method in class com.vaadin.flow.component.upload.ModularUploadFeatureFlagProvider
 
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.UploadFileListI18N
Get file button translations.
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.UploadFileListI18N.Error
Gets the file is too big error message.
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.
getFileName() - Method in class com.vaadin.flow.component.upload.UploadManager.FileRejectedEvent
Gets the name of the rejected file.
getFileName() - Method in class com.vaadin.flow.component.upload.UploadManager.FileRemovedEvent
Gets the name of the removed file.
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.UploadFileListI18N.Uploading.UploadError
Gets the forbidden error message.
getForbidden() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Error
 
getHeld() - Method in class com.vaadin.flow.component.upload.UploadFileListI18N.Uploading.Status
Get held translation.
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.
getI18n() - Method in class com.vaadin.flow.component.upload.UploadFileList
Get the internationalization object previously set for this component.
getIncorrectFileType() - Method in class com.vaadin.flow.component.upload.UploadFileListI18N.Error
Gets the incorrect file type error message.
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.
getMaxFiles() - Method in class com.vaadin.flow.component.upload.UploadManager
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.
getMaxFileSize() - Method in class com.vaadin.flow.component.upload.UploadManager
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.UploadFileListI18N.Uploading.RemainingTime
Get prefix translation.
getPrefix() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.RemainingTime
Get prefix translation.
getProcessing() - Method in class com.vaadin.flow.component.upload.UploadFileListI18N.Uploading.Status
Get processing 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.UploadFileListI18N.Uploading
Get remaining time translations.
getRemainingTime() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading
Get remaining time translations.
getRemove() - Method in class com.vaadin.flow.component.upload.UploadFileListI18N.File
Get aria-label of the remove file button.
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.UploadFileListI18N.File
Get aria-label of the retry 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.UploadFileListI18N.Uploading.UploadError
Gets the server unavailable error message.
getServerUnavailable() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Error
 
getSize() - Method in class com.vaadin.flow.component.upload.UploadFileListI18N.Units
Gets the units size list.
getSize() - Method in class com.vaadin.flow.component.upload.UploadI18N.Units
get units size list
getSizeBase() - Method in class com.vaadin.flow.component.upload.UploadFileListI18N.Units
Gets the units size base.
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.UploadFileListI18N.Uploading.Status
Get stalled translation.
getStalled() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Status
Get stalled translation.
getStart() - Method in class com.vaadin.flow.component.upload.UploadFileListI18N.File
Get aria-label of the start file button.
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.UploadFileListI18N.Uploading
Get status translations.
getStatus() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading
Get status translations.
getTooManyFiles() - Method in class com.vaadin.flow.component.upload.UploadFileListI18N.Error
Gets the too many files error message.
getTooManyFiles() - Method in class com.vaadin.flow.component.upload.UploadI18N.Error
Too many files translation.
getUnexpectedServerError() - Method in class com.vaadin.flow.component.upload.UploadFileListI18N.Uploading.UploadError
Gets the unexpected server error message.
getUnexpectedServerError() - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Error
 
getUnits() - Method in class com.vaadin.flow.component.upload.UploadFileListI18N
Get unit translations.
getUnits() - Method in class com.vaadin.flow.component.upload.UploadI18N
Get unit translations.
getUnknown() - Method in class com.vaadin.flow.component.upload.UploadFileListI18N.Uploading.RemainingTime
Get unknown translation.
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.UploadFileListI18N
Get uploading translations.
getUploading() - Method in class com.vaadin.flow.component.upload.UploadI18N
Get uploading translations.
getUploadManager() - Method in class com.vaadin.flow.component.upload.UploadButton
Gets the upload manager that this component is linked to.
getUploadManager() - Method in class com.vaadin.flow.component.upload.UploadDropZone
Gets the upload manager that this component is linked to.
getUploadManager() - Method in class com.vaadin.flow.component.upload.UploadFileList
Gets the upload manager that this component is linked to.
getVariantName() - Method in enum class com.vaadin.flow.component.upload.UploadFileListVariant
Gets the variant name.
getVariantName() - Method in enum class com.vaadin.flow.component.upload.UploadVariant
Gets the variant name.

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.
isAutoUpload() - Method in class com.vaadin.flow.component.upload.UploadManager
Get the auto upload status.
isDropAllowed() - Method in class com.vaadin.flow.component.upload.Upload
Get whether file dropping is allowed or not.
isEnabled() - Method in class com.vaadin.flow.component.upload.UploadManager
Gets whether the upload manager is enabled.
isUploading() - Method in class com.vaadin.flow.component.upload.Upload
Is upload in progress.
isUploading() - Method in class com.vaadin.flow.component.upload.UploadManager
Checks if an upload is currently in progress.

L

LUMO_THUMBNAILS - Enum constant in enum class com.vaadin.flow.component.upload.UploadFileListVariant
 

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.
 
MODULAR_UPLOAD - Static variable in class com.vaadin.flow.component.upload.ModularUploadFeatureFlagProvider
The modular upload feature flag.
ModularUploadExperimentalFeatureException - Exception Class in com.vaadin.flow.component.upload
An exception which is thrown when somebody attempts to use modular upload components (UploadManager, UploadButton, UploadFileList, UploadDropZone) without activating the associated feature flag first.
ModularUploadExperimentalFeatureException() - Constructor for exception class com.vaadin.flow.component.upload.ModularUploadExperimentalFeatureException
 
ModularUploadFeatureFlagProvider - Class in com.vaadin.flow.component.upload
Provides the modular upload feature flag for UploadManager, UploadButton, UploadFileList, and UploadDropZone components.
ModularUploadFeatureFlagProvider() - Constructor for class com.vaadin.flow.component.upload.ModularUploadFeatureFlagProvider
 
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.
MULTIPART - Enum constant in enum class com.vaadin.flow.component.upload.UploadFormat
Sends individual files as multi-part requests.

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.

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

RAW - Enum constant in enum class com.vaadin.flow.component.upload.UploadFormat
Send files as raw binary data with the file's MIME type as Content-Type.
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.UploadFileListI18N.Uploading.RemainingTime
 
RemainingTime() - Constructor for class com.vaadin.flow.component.upload.UploadI18N.Uploading.RemainingTime
 

S

setAcceptedFileExtensions(String...) - Method in class com.vaadin.flow.component.upload.UploadManager
Sets the accepted file extensions for uploads.
setAcceptedFileTypes(String...) - Method in class com.vaadin.flow.component.upload.Upload
Specify the types of files that the Upload web-component accepts.
setAcceptedMimeTypes(String...) - Method in class com.vaadin.flow.component.upload.UploadManager
Sets the accepted MIME types for uploads.
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).
setAutoUpload(boolean) - Method in class com.vaadin.flow.component.upload.UploadManager
When false, it prevents uploads from triggering immediately upon adding file(s).
setConnecting(String) - Method in class com.vaadin.flow.component.upload.UploadFileListI18N.Uploading.Status
Set connecting translation.
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.
setEnabled(boolean) - Method in class com.vaadin.flow.component.upload.UploadButton
Sets whether this button is enabled.
setEnabled(boolean) - Method in class com.vaadin.flow.component.upload.UploadDropZone
Sets whether this drop zone is enabled.
setEnabled(boolean) - Method in class com.vaadin.flow.component.upload.UploadManager
Sets whether the upload manager is enabled.
setError(UploadFileListI18N.Error) - Method in class com.vaadin.flow.component.upload.UploadFileListI18N
Set error translations.
setError(UploadFileListI18N.Uploading.UploadError) - Method in class com.vaadin.flow.component.upload.UploadFileListI18N.Uploading
Set upload error translations.
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(UploadFileListI18N.File) - Method in class com.vaadin.flow.component.upload.UploadFileListI18N
Set file button 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.UploadFileListI18N.Error
Sets the file is too big error message.
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.UploadFileListI18N.Uploading.UploadError
Sets the forbidden error message.
setForbidden(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Error
 
setHeld(String) - Method in class com.vaadin.flow.component.upload.UploadFileListI18N.Uploading.Status
Set held translation.
setHeld(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Status
Set held translation.
setI18n(UploadFileListI18N) - Method in class com.vaadin.flow.component.upload.UploadFileList
Set the internationalization properties for this component.
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.UploadFileListI18N.Error
Sets the incorrect file type error message.
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.
setMaxFiles(int) - Method in class com.vaadin.flow.component.upload.UploadManager
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.
setMaxFileSize(long) - Method in class com.vaadin.flow.component.upload.UploadManager
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.UploadFileListI18N.Uploading.RemainingTime
Set prefix translation.
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.UploadFileListI18N.Uploading.Status
Set processing 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(UploadFileListI18N.Uploading.RemainingTime) - Method in class com.vaadin.flow.component.upload.UploadFileListI18N.Uploading
Set remaining time translations.
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.UploadFileListI18N.File
Set aria-label on the remove file button.
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.UploadFileListI18N.File
Set aria-label on the retry 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.UploadFileListI18N.Uploading.UploadError
Sets the server unavailable error message.
setServerUnavailable(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Error
 
setSize(List<String>) - Method in class com.vaadin.flow.component.upload.UploadFileListI18N.Units
Sets the units size list.
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.UploadFileListI18N.Units
Sets the units size base.
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.UploadFileListI18N.Uploading.Status
Set stalled translation.
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.UploadFileListI18N.File
Set aria-label on the start file button.
setStart(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.File
Set aria-label on the start file button.
setStatus(UploadFileListI18N.Uploading.Status) - Method in class com.vaadin.flow.component.upload.UploadFileListI18N.Uploading
Set status translations.
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.UploadFileListI18N.Error
Sets the too many files error message.
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.UploadFileListI18N.Uploading.UploadError
Sets the unexpected server error message.
setUnexpectedServerError(String) - Method in class com.vaadin.flow.component.upload.UploadI18N.Uploading.Error
 
setUnits(UploadFileListI18N.Units) - Method in class com.vaadin.flow.component.upload.UploadFileListI18N
Set unit translations.
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.UploadFileListI18N
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.UploadFileListI18N
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.UploadFileListI18N.Uploading.RemainingTime
Set unknown translation.
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.
setUploadFormat(UploadFormat) - Method in class com.vaadin.flow.component.upload.Upload
Sets the upload format to use when sending files to the server.
setUploadHandler(UploadHandler) - Method in class com.vaadin.flow.component.upload.Upload
Set the upload handler to be used for this upload component.
setUploadHandler(UploadHandler) - Method in class com.vaadin.flow.component.upload.UploadManager
Sets the upload handler that processes uploaded files.
setUploadHandler(UploadHandler, String) - 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.UploadManager
Sets the upload handler that processes uploaded files.
setUploading(UploadFileListI18N.Uploading) - Method in class com.vaadin.flow.component.upload.UploadFileListI18N
Set uploading translations.
setUploading(UploadI18N.Uploading) - Method in class com.vaadin.flow.component.upload.UploadI18N
Set uploading translations.
setUploadManager(UploadManager) - Method in class com.vaadin.flow.component.upload.UploadButton
Sets the upload manager that this component is linked to.
setUploadManager(UploadManager) - Method in class com.vaadin.flow.component.upload.UploadDropZone
Sets the upload manager that this component is linked to.
setUploadManager(UploadManager) - Method in class com.vaadin.flow.component.upload.UploadFileList
Sets the upload manager that this component is linked to.
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.UploadFileListI18N.Uploading.Status
 
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.UploadFileListI18N.Units
Creates unit translations with default size units.
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.UploadFileListI18N.Units
Creates unit translations with the given size units.
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.UploadFileListI18N.Units
Creates unit translations with the given size units and base.
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.
UploadButton - Class in com.vaadin.flow.component.upload
A button component for triggering file uploads.
UploadButton() - Constructor for class com.vaadin.flow.component.upload.UploadButton
Creates a new upload button without a manager.
UploadButton(UploadManager) - Constructor for class com.vaadin.flow.component.upload.UploadButton
Creates a new upload button linked to the given manager.
UploadDropZone - Class in com.vaadin.flow.component.upload
A drop zone component for file uploads.
UploadDropZone() - Constructor for class com.vaadin.flow.component.upload.UploadDropZone
Creates a new empty drop zone without a manager.
UploadDropZone(UploadManager) - Constructor for class com.vaadin.flow.component.upload.UploadDropZone
Creates a new drop zone linked to the given manager.
UploadError() - Constructor for class com.vaadin.flow.component.upload.UploadFileListI18N.Uploading.UploadError
 
UploadFileList - Class in com.vaadin.flow.component.upload
A component that displays the list of files being uploaded.
UploadFileList() - Constructor for class com.vaadin.flow.component.upload.UploadFileList
Creates a new empty file list without a manager.
UploadFileList(UploadManager) - Constructor for class com.vaadin.flow.component.upload.UploadFileList
Creates a new file list linked to the given manager.
UploadFileListI18N - Class in com.vaadin.flow.component.upload
The I18N helper class for the UploadFileList component.
UploadFileListI18N() - Constructor for class com.vaadin.flow.component.upload.UploadFileListI18N
 
UploadFileListI18N.Error - Class in com.vaadin.flow.component.upload
Validation error translations displayed in file items.
UploadFileListI18N.File - Class in com.vaadin.flow.component.upload
File button aria-label translations.
UploadFileListI18N.Units - Class in com.vaadin.flow.component.upload
Unit translations for file sizes.
UploadFileListI18N.Uploading - Class in com.vaadin.flow.component.upload
Upload time translation strings.
UploadFileListI18N.Uploading.RemainingTime - Class in com.vaadin.flow.component.upload
Time remaining translations.
UploadFileListI18N.Uploading.Status - Class in com.vaadin.flow.component.upload
Upload status strings.
UploadFileListI18N.Uploading.UploadError - Class in com.vaadin.flow.component.upload
Communication error translations.
UploadFileListVariant - Enum Class in com.vaadin.flow.component.upload
Set of theme variants applicable for vaadin-upload-file-list component.
UploadFormat - Enum Class in com.vaadin.flow.component.upload
Specifies the upload format to use when sending files to the server.
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.UploadFileListI18N.Uploading
 
Uploading() - Constructor for class com.vaadin.flow.component.upload.UploadI18N.Uploading
 
UploadManager - Class in com.vaadin.flow.component.upload
A non-visual manager that handles file upload state and XHR requests.
UploadManager(Component) - Constructor for class com.vaadin.flow.component.upload.UploadManager
Creates a new upload manager without an upload handler.
UploadManager(Component, UploadHandler) - Constructor for class com.vaadin.flow.component.upload.UploadManager
Creates a new upload manager with the given upload handler.
UploadManager.AllFinishedEvent - Class in com.vaadin.flow.component.upload
Event fired when all uploads have finished (either successfully, failed, or aborted).
UploadManager.FileRejectedEvent - Class in com.vaadin.flow.component.upload
Event fired when a file is rejected by the upload manager due to constraints like max file size, max files, or accepted file types.
UploadManager.FileRemovedEvent - Class in com.vaadin.flow.component.upload
Event fired when a file is removed from the upload manager.
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.
 
UploadVariant - Enum Class in com.vaadin.flow.component.upload
Set of theme variants applicable for vaadin-upload component.

V

valueOf(String) - Static method in enum class com.vaadin.flow.component.upload.UploadFileListVariant
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.upload.UploadFormat
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.upload.UploadVariant
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.vaadin.flow.component.upload.UploadFileListVariant
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.flow.component.upload.UploadFormat
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.flow.component.upload.UploadVariant
Returns an array containing the constants of this enum class, in the order they are declared.
A C D E F G I L M N P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form