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.Units
java.lang.Object
com.vaadin.flow.component.upload.UploadI18N.Units
All Implemented Interfaces:
Enclosing class:
unit translations.
See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Units
public Units()unit translations with default size: size = Arrays.asList("B", "kB", "MB", "GB", "TB", "PB", "EB", "ZB", "YB");
-
Units
Parameters:
size
-
-
-
Method Details
-
getSize
get units size list
Returns:
-
setSize
units size list: ["B", "kB", "MB", "GB", "TB", "PB", "EB", "ZB", "YB"]
Parameters:
size
-Returns:
-