Uses of Class
com.vaadin.flow.component.upload.UploadI18N
-
Packages that use UploadI18N Package Description com.vaadin.flow.component.upload -
-
Uses of UploadI18N in com.vaadin.flow.component.upload
Methods in com.vaadin.flow.component.upload that return UploadI18N Modifier and Type Method Description UploadI18NUpload. getI18n()Get the internationalization object previously set for this component.UploadI18NUploadI18N. setAddFiles(UploadI18N.AddFiles addFiles)Set add files translations.UploadI18NUploadI18N. setCancel(String cancel)Deprecated.since Vaadin 22,setCancel(String)is deprecated as the `cancel` translation is not used anywhere.UploadI18NUploadI18N. setDropFiles(UploadI18N.DropFiles dropFiles)Set drop translation.UploadI18NUploadI18N. setError(UploadI18N.Error error)Set error translations.UploadI18NUploadI18N. setFile(UploadI18N.File file)Set file translations.UploadI18NUploadI18N. setUnits(UploadI18N.Units units)Set unit translations.UploadI18NUploadI18N. setUnits(List<String> units)Set unit translations.UploadI18NUploadI18N. setUploading(UploadI18N.Uploading uploading)Set uploading translations.Methods in com.vaadin.flow.component.upload with parameters of type UploadI18N Modifier and Type Method Description voidUpload. setI18n(UploadI18N i18n)Set the internationalization properties for this component.
-