Package | Description |
---|---|
org.pepstock.charba.client.intl |
Contains classes in order to use the ECMAScript Internationalization API, which provides language sensitive number formatting, and date and time formatting.
|
Modifier and Type | Method and Description |
---|---|
Script |
CLocale.getScript()
Returns the script code of the locale.
It could be null . |
static Script |
Script.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Script[] |
Script.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CLocaleBuilder |
CLocaleBuilder.setScript(Script script)
Sets the script code of the locale.
|