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