Uses of Class
com.vaadin.flow.component.upload.UploadI18N.File
-
Packages that use UploadI18N.File Package Description com.vaadin.flow.component.upload -
-
Uses of UploadI18N.File in com.vaadin.flow.component.upload
Methods in com.vaadin.flow.component.upload that return UploadI18N.File Modifier and Type Method Description UploadI18N.FileUploadI18N. getFile()Get file translations.UploadI18N.FileUploadI18N.File. setRemove(String remove)Set aria-label on the remove file button.UploadI18N.FileUploadI18N.File. setRetry(String retry)Set aria-label on the retry file button.UploadI18N.FileUploadI18N.File. setStart(String start)Set aria-label on the start file button.Methods in com.vaadin.flow.component.upload with parameters of type UploadI18N.File Modifier and Type Method Description UploadI18NUploadI18N. setFile(UploadI18N.File file)Set file translations.
-