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.
Class UploadI18N.SingleMulti
- java.lang.Object
-
- com.vaadin.flow.component.upload.UploadI18N.SingleMulti
-
All Implemented Interfaces:
Direct Known Subclasses:
Enclosing class:
public abstract static class UploadI18N.SingleMulti extends Object implements Serializable
Abstract translation class for single and multi mode translations.
See Also:
-
-
Constructor Summary
Constructors Constructor Description SingleMulti()
-
Method Summary
All Methods Modifier and Type Method Description String
getMany()
String
getOne()
Get translation for single upload.
UploadI18N.SingleMulti
setMany(String many)
UploadI18N.SingleMulti
setOne(String one)
Set translation for single upload.
-
-
-
Method Detail
-
getOne
public String getOne()
Get translation for single upload.
Returns:
translation string
-
setOne
public UploadI18N.SingleMulti setOne(String one)
Set translation for single upload.
Parameters:
one
- translation stringReturns:
translation class
-
getMany
public String getMany()
Returns:
translation string
-
setMany
public UploadI18N.SingleMulti setMany(String many)
Parameters:
many
- translation stringReturns:
translation class
-
-