Uses of Interface
org.pepstock.charba.client.intl.IsLocaleItem
-
Packages that use IsLocaleItem 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. -
-
Uses of IsLocaleItem in org.pepstock.charba.client.intl
Classes in org.pepstock.charba.client.intl that implement IsLocaleItem Modifier and Type Class 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.Methods in org.pepstock.charba.client.intl with type parameters of type IsLocaleItem Modifier and Type Method Description static <T extends IsLocaleItem>
List<T>IsLocaleItem. getItemsByName(T[] enumValues, String name)
Returns an unmodifiable list of items which are matching with the name passed as argument.Methods in org.pepstock.charba.client.intl with parameters of type IsLocaleItem Modifier and Type Method Description static <T extends IsLocaleItem>
List<T>IsLocaleItem. getItemsByName(T[] enumValues, String name)
Returns an unmodifiable list of items which are matching with the name passed as argument. -
Uses of IsLocaleItem in org.pepstock.charba.client.intl.enums
Classes in org.pepstock.charba.client.intl.enums that implement IsLocaleItem Modifier and Type Class Description class
Currency
Enumerates the standard codes for script identification which can be used to create and manage locale.
-