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.
|
org.pepstock.charba.client.intl.enums |
Contains enumerations to use in order to configure the ECMAScript Internationalization API options.
|
Modifier and Type | Class and Description |
---|---|
class |
Language
Enumerates the language identifiers which can be used to create and manage locale.
|
class |
Region
Enumerates the region or country identifiers which can be used to create and manage locale.
|
class |
Script
Enumerates the standard codes for script identification which can be used to create and manage locale.
|
Modifier and Type | Method and Description |
---|---|
static <T extends IsLocaleItem> |
IsLocaleItem.getItemsByName(T[] enumValues,
String name)
Returns an unmodifiable list of items which are matching with the name passed as argument.
|
Modifier and Type | Method and Description |
---|---|
static <T extends IsLocaleItem> |
IsLocaleItem.getItemsByName(T[] enumValues,
String name)
Returns an unmodifiable list of items which are matching with the name passed as argument.
|
Modifier and Type | Class and Description |
---|---|
class |
Currency
Enumerates the standard codes for script identification which can be used to create and manage locale.
|