We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.upload.
Package com.vaadin.flow.component.upload
Class UploadI18N.AddFiles
java.lang.Object
com.vaadin.flow.component.upload.UploadI18N.SingleMulti
com.vaadin.flow.component.upload.UploadI18N.AddFiles
All Implemented Interfaces:
Enclosing class:
Translations for adding files.
See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSet translation for single upload.
Methods inherited from class com.vaadin.flow.component.upload.UploadI18N.SingleMulti
getMany, getOne
-
Constructor Details
-
AddFiles
public AddFiles()
-
-
Method Details
-
setOne
Description copied from class:
UploadI18N.SingleMulti
Set translation for single upload.
Overrides:
setOne
in classUploadI18N.SingleMulti
Parameters:
one
- translation stringReturns:
translation class
-
setMany
Overrides:
setMany
in classUploadI18N.SingleMulti
Parameters:
many
- translation stringReturns:
translation class
-