Uses of Interface
com.vaadin.flow.component.upload.Receiver
-
Packages that use Receiver Package Description com.vaadin.flow.component.upload com.vaadin.flow.component.upload.receivers -
-
Uses of Receiver in com.vaadin.flow.component.upload
Subinterfaces of Receiver in com.vaadin.flow.component.upload Modifier and Type Interface Description interfaceMultiFileReceiverInterface 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 Receiver Modifier and Type Method Description ReceiverUpload. getReceiver()Return the current receiver.Methods in com.vaadin.flow.component.upload with parameters of type Receiver Modifier and Type Method Description voidUpload. 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 Constructor Description Upload(Receiver receiver)Create a new instance of Upload with the given receiver. -
Uses of Receiver in com.vaadin.flow.component.upload.receivers
Classes in com.vaadin.flow.component.upload.receivers that implement Receiver Modifier and Type Class Description classFileBufferBasic in file receiver implementation.classMemoryBufferBasic in memory file receiver implementation.classMultiFileBufferBasic receiver implementation for receiving multiple file upload and storing them as files.classMultiFileMemoryBufferBasic multi file in memory file receiver implementation.
-