com.vaadin.flow.component.upload.
Class UploadI18N.File
- java.lang.Object
-
- com.vaadin.flow.component.upload.UploadI18N.File
-
All Implemented Interfaces:
Enclosing class:
public static class UploadI18N.File extends Object implements Serializable
file translations.
See Also:
-
-
Constructor Summary
Constructors Constructor Description File()
-
Method Summary
All Methods Modifier and Type Method Description String
getRemove()
Get aria-label of the remove file button.
String
getRetry()
Get aria-label of the retry file button.
String
getStart()
Get aria-label of the start file button.
UploadI18N.File
setRemove(String remove)
Set aria-label on the remove file button.
UploadI18N.File
setRetry(String retry)
Set aria-label on the retry file button.
UploadI18N.File
setStart(String start)
Set aria-label on the start file button.
-
-
-
Method Detail
-
getRetry
public String getRetry()
Get aria-label of the retry file button.
Returns:
aria-label translation string
-
setRetry
public UploadI18N.File setRetry(String retry)
Set aria-label on the retry file button.
Parameters:
retry
- aria-label translation stringReturns:
translation class
-
getStart
public String getStart()
Get aria-label of the start file button.
Returns:
aria-label translation string
-
setStart
public UploadI18N.File setStart(String start)
Set aria-label on the start file button.
Parameters:
start
- aria-label translation stringReturns:
translation class
-
getRemove
public String getRemove()
Get aria-label of the remove file button.
Returns:
aria-label translation string
-
setRemove
public UploadI18N.File setRemove(String remove)
Set aria-label on the remove file button.
Parameters:
remove
- aria-label translation stringReturns:
translation class
-
-