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.Uploading.RemainingTime
java.lang.Object
com.vaadin.flow.component.upload.UploadI18N.Uploading.RemainingTime
All Implemented Interfaces:
Enclosing class:
Time remaining translations.
See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet prefix translation.
Get unknown translation.
Set prefix translation.
setUnknown
(String unknown) Set unknown translation.
-
Constructor Details
-
RemainingTime
public RemainingTime()
-
-
Method Details
-
getPrefix
Get prefix translation.
Returns:
translation string
-
setPrefix
Set prefix translation.
Parameters:
prefix
- translation stringReturns:
remaining time translations
-
getUnknown
Get unknown translation.
Returns:
translation string
-
setUnknown
Set unknown translation.
Parameters:
unknown
- translation stringReturns:
remaining time translations
-