Uses of Interface
com.vaadin.flow.component.upload.receivers.FileFactory
Packages that use FileFactory
-
Uses of FileFactory in com.vaadin.flow.component.upload.receivers
Classes in com.vaadin.flow.component.upload.receivers that implement FileFactoryModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.Constructors in com.vaadin.flow.component.upload.receivers with parameters of type FileFactoryModifierConstructorDescriptionAbstractFileBuffer
(FileFactory factory) Deprecated, for removal: This API element is subject to removal in a future version.Constructor taking in the file factory used to create uploadFile
.FileBuffer
(FileFactory factory) Deprecated, for removal: This API element is subject to removal in a future version.Creates a file buffer that uses a file factory to create a custom uploadFile
.MultiFileBuffer
(FileFactory factory) Deprecated, for removal: This API element is subject to removal in a future version.Creates a file buffer that uses a file factory to create custom uploadFile
s.