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