Uses of Class
com.vaadin.flow.component.upload.UploadFileListI18N
Packages that use UploadFileListI18N
-
Uses of UploadFileListI18N in com.vaadin.flow.component.upload
Methods in com.vaadin.flow.component.upload that return UploadFileListI18NModifier and TypeMethodDescriptionUploadFileList.getI18n()Get the internationalization object previously set for this component.UploadFileListI18N.setError(UploadFileListI18N.Error error) Set error translations.UploadFileListI18N.setFile(UploadFileListI18N.File file) Set file button translations.UploadFileListI18N.setUnits(UploadFileListI18N.Units units) Set unit translations.Set unit translations.Set unit translations.UploadFileListI18N.setUploading(UploadFileListI18N.Uploading uploading) Set uploading translations.Methods in com.vaadin.flow.component.upload with parameters of type UploadFileListI18NModifier and TypeMethodDescriptionvoidUploadFileList.setI18n(UploadFileListI18N i18n) Set the internationalization properties for this component.