Package | Description |
---|---|
org.appng.api |
Base package for the appNG API
|
Modifier and Type | Method and Description |
---|---|
static FileUpload.Unit |
FileUpload.Unit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileUpload.Unit[] |
FileUpload.Unit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
FileUpload.Unit.format(FileUpload.Unit unit,
long size,
NumberFormat format)
Formats the given size of the given
FileUpload.Unit using a NumberFormat , appending the given
FileUpload.Unit .Example: |
Copyright © 2011–2020 aiticon GmbH. All rights reserved.