Uses of Class
org.pepstock.charba.client.intl.Region
-
Packages that use Region 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. -
-
Uses of Region in org.pepstock.charba.client.intl
Methods in org.pepstock.charba.client.intl that return Region Modifier and Type Method Description Region
CLocale. getRegion()
Returns the region of the locale.
It could benull
.static Region
Region. valueOf(String name)
Returns the enum constant of this type with the specified name.static Region[]
Region. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pepstock.charba.client.intl with parameters of type Region Modifier and Type Method Description CLocaleBuilder
CLocaleBuilder. setRegion(Region region)
Sets the region to use for locale.
-