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