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
Packages that use UploadI18N
-
Uses of UploadI18N in com.vaadin.flow.component.upload
Methods in com.vaadin.flow.component.upload that return UploadI18NModifier and TypeMethodDescriptionUpload.getI18n()
Get the internationalization object previously set for this component.
UploadI18N.setAddFiles
(UploadI18N.AddFiles addFiles) Set add files translations.
UploadI18N.setDropFiles
(UploadI18N.DropFiles dropFiles) Set drop translation.
UploadI18N.setError
(UploadI18N.Error error) Set error translations.
UploadI18N.setFile
(UploadI18N.File file) Set file translations.
UploadI18N.setUnits
(UploadI18N.Units units) Set unit translations.
Set unit translations.
Set unit translations.
UploadI18N.setUploading
(UploadI18N.Uploading uploading) Set uploading translations.
Methods in com.vaadin.flow.component.upload with parameters of type UploadI18NModifier and TypeMethodDescriptionvoid
Upload.setI18n
(UploadI18N i18n) Set the internationalization properties for this component.