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