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 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 TypeMethodDescriptionvoidUpload.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 TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.UseUploadHandlerinsteadclassDeprecated, for removal: This API element is subject to removal in a future version.UseUploadHandlerinsteadclassDeprecated, for removal: This API element is subject to removal in a future version.UseUploadHandlerinsteadclassDeprecated, for removal: This API element is subject to removal in a future version.UseUploadHandlerinstead
Upload.setUploadHandler(UploadHandler)instead