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 ReceiverModifier and TypeMethodDescriptionUpload.getReceiver()
Deprecated, for removal: This API element is subject to removal in a future version.
Methods in com.vaadin.flow.component.upload with parameters of type ReceiverModifier and TypeMethodDescriptionvoid
Upload.setReceiver
(Receiver receiver) Deprecated, for removal: This API element is subject to removal in a future version.
Constructors in com.vaadin.flow.component.upload with parameters of type ReceiverModifierConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.
useUpload(UploadHandler)
instead -
Uses of Receiver in com.vaadin.flow.component.upload.receivers
Classes in com.vaadin.flow.component.upload.receivers that implement ReceiverModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.
UseUploadHandler
insteadclass
Deprecated, for removal: This API element is subject to removal in a future version.
UseUploadHandler
insteadclass
Deprecated, for removal: This API element is subject to removal in a future version.
UseUploadHandler
insteadclass
Deprecated, for removal: This API element is subject to removal in a future version.
UseUploadHandler
instead
Upload.setUploadHandler(UploadHandler)
instead