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 TypeMethodDescriptionvoidUpload.setI18n(UploadI18N i18n) Set the internationalization properties for this component.