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 Class
com.vaadin.flow.component.upload.UploadI18N.Uploading.Status
Packages that use UploadI18N.Uploading.Status
-
Uses of UploadI18N.Uploading.Status in com.vaadin.flow.component.upload
Methods in com.vaadin.flow.component.upload that return UploadI18N.Uploading.StatusModifier and TypeMethodDescriptionUploadI18N.Uploading.getStatus()
Get status translations.
UploadI18N.Uploading.Status.setConnecting
(String connecting) Set connecting translation.
Set held translation.
UploadI18N.Uploading.Status.setProcessing
(String processing) Set processing translation.
UploadI18N.Uploading.Status.setStalled
(String stalled) Set stalled translation.
Methods in com.vaadin.flow.component.upload with parameters of type UploadI18N.Uploading.StatusModifier and TypeMethodDescriptionUploadI18N.Uploading.setStatus
(UploadI18N.Uploading.Status status) Set status translations.