We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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 upload
File
.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 upload
File
.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 upload
File
s.