com.vaadin.flow.component.upload.
Class UploadI18N.File
All Implemented Interfaces:
Enclosing class:
file translations.
See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet aria-label of the remove file button.
getRetry()
Get aria-label of the retry file button.
getStart()
Get aria-label of the start file button.
Set aria-label on the remove file button.
Set aria-label on the retry file button.
Set aria-label on the start file button.
-
Constructor Details
-
File
public File()
-
-
Method Details
-
getRetry
Get aria-label of the retry file button.
Returns:
aria-label translation string
-
setRetry
Set aria-label on the retry file button.
Parameters:
retry
- aria-label translation stringReturns:
translation class
-
getStart
Get aria-label of the start file button.
Returns:
aria-label translation string
-
setStart
Set aria-label on the start file button.
Parameters:
start
- aria-label translation stringReturns:
translation class
-
getRemove
Get aria-label of the remove file button.
Returns:
aria-label translation string
-
setRemove
Set aria-label on the remove file button.
Parameters:
remove
- aria-label translation stringReturns:
translation class
-