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 TypeInterfaceDescriptioninterfaceInterface 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 TypeMethodDescriptionvoidUpload.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 TypeClassDescriptionclassBasic in file receiver implementation.classBasic in memory file receiver implementation.classBasic receiver implementation for receiving multiple file upload and storing them as files.classBasic multi file in memory file receiver implementation.