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.Receiver
Packages that use Receiver
-
Uses of Receiver in com.vaadin.flow.component.upload
Subinterfaces of Receiver in com.vaadin.flow.component.uploadModifier and TypeInterfaceDescriptioninterface
Interface that must be implemented by the upload receivers to provide the Upload component an output stream to write the uploaded data.
Methods in com.vaadin.flow.component.upload that return ReceiverMethods in com.vaadin.flow.component.upload with parameters of type ReceiverModifier and TypeMethodDescriptionvoid
Upload.setReceiver
(Receiver receiver) Set the receiver implementation that should be used for this upload component.
Constructors in com.vaadin.flow.component.upload with parameters of type Receiver -
Uses of Receiver in com.vaadin.flow.component.upload.receivers
Classes in com.vaadin.flow.component.upload.receivers that implement ReceiverModifier and TypeClassDescriptionclass
Basic in file receiver implementation.
class
Basic in memory file receiver implementation.
class
Basic receiver implementation for receiving multiple file upload and storing them as files.
class
Basic multi file in memory file receiver implementation.