Uses of Class
com.vaadin.flow.component.upload.UploadManager
Packages that use UploadManager
-
Uses of UploadManager in com.vaadin.flow.component.ai.orchestrator
Methods in com.vaadin.flow.component.ai.orchestrator with parameters of type UploadManagerModifier and TypeMethodDescriptionAIOrchestrator.Builder.withFileReceiver(UploadManager uploadManager) Sets the file receiver component using a Flow UploadManager. -
Uses of UploadManager in com.vaadin.flow.component.upload
Methods in com.vaadin.flow.component.upload with parameters of type UploadManagerModifier and TypeMethodDescriptionstatic booleanUploadHelper.hasUploadHandler(UploadManager uploadManager) Checks whether the givenUploadManagerhas an explicitly configuredUploadHandler.Constructors in com.vaadin.flow.component.upload with parameters of type UploadManagerModifierConstructorDescriptionUploadButton(UploadManager manager) Creates a new upload button linked to the given manager.UploadButton(String text, UploadManager manager) Creates a new upload button with the given text, linked to the given manager.UploadDropZone(Component content, UploadManager manager) Creates a new drop zone with the given content, linked to the given manager.UploadDropZone(UploadManager manager) Creates a new drop zone linked to the given manager.UploadFileList(UploadManager manager) Creates a new file list linked to the given manager.