Uses of Class
com.vaadin.flow.component.upload.UploadI18N.Error
-
Packages that use UploadI18N.Error Package Description com.vaadin.flow.component.upload -
-
Uses of UploadI18N.Error in com.vaadin.flow.component.upload
Methods in com.vaadin.flow.component.upload that return UploadI18N.Error Modifier and Type Method Description UploadI18N.ErrorUploadI18N. getError()Get error translations.UploadI18N.ErrorUploadI18N.Error. setFileIsTooBig(String fileIsTooBig)Set file too big translation.UploadI18N.ErrorUploadI18N.Error. setIncorrectFileType(String incorrectFileType)Set incorrect file type translation.UploadI18N.ErrorUploadI18N.Error. setTooManyFiles(String tooManyFiles)Set too many files error translation.Methods in com.vaadin.flow.component.upload with parameters of type UploadI18N.Error Modifier and Type Method Description UploadI18NUploadI18N. setError(UploadI18N.Error error)Set error translations.
-