Uses of Class
org.pepstock.charba.client.intl.CLocale
-
Packages that use CLocale Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces.org.pepstock.charba.client.adapters Contains all classes to interact with date adapters implemented by CHART.JS to be abstract from date time java script library to use.org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level).org.pepstock.charba.client.defaults Contains all interfaces need to provide defaults values of the chart options.org.pepstock.charba.client.defaults.chart Contains the default values of chart options based on type of chart instance.org.pepstock.charba.client.defaults.globals Contains the default values of chart options for all chart types (CHART.JS options defaults).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.options Contains all elements to configure charts at global level (know as chart global options). -
-
Uses of CLocale in org.pepstock.charba.client
Methods in org.pepstock.charba.client with parameters of type CLocale Modifier and Type Method Description String
Helpers. formatNumber(double number, CLocale locale)
Format a number using a localized number formatter.String
Helpers. formatNumber(double number, CLocale locale, NumberFormatOptions options)
Format a number using a localized number formatter. -
Uses of CLocale in org.pepstock.charba.client.adapters
Methods in org.pepstock.charba.client.adapters that return CLocale Modifier and Type Method Description CLocale
DateAdapterOptions. getLocale()
Returns the locale that LUXON must use by the date adapter.
See here the details about locale in LUXON.Methods in org.pepstock.charba.client.adapters with parameters of type CLocale Modifier and Type Method Description void
DateAdapterOptions. setLocale(CLocale locale)
Sets the locale that LUXON must use by the date adapter.
See here the details about locale in LUXON. -
Uses of CLocale in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return CLocale Modifier and Type Method Description CLocale
ConfigurationOptions. getLocale()
Returns the locale instance for internationalization.CLocale
ScaleDateAdapter. getLocale()
Returns the locale that LUXON must use by the date adapter.
See here the details about locale in LUXON.Methods in org.pepstock.charba.client.configuration with parameters of type CLocale Modifier and Type Method Description void
ConfigurationOptions. setLocale(CLocale locale)
Sets the locale instance for internationalization.void
ScaleDateAdapter. setLocale(CLocale locale)
Sets the locale that LUXON must use by the date adapter.
See here the details about locale in LUXON. -
Uses of CLocale in org.pepstock.charba.client.defaults
Methods in org.pepstock.charba.client.defaults that return CLocale Modifier and Type Method Description CLocale
IsDefaultDateAdapterOptions. getLocale()
Returns the locale that LUXON must use by the date adapter.
See here the details about locale in LUXON.CLocale
IsDefaultOptions. getLocale()
Returns the locale instance for internationalization. -
Uses of CLocale in org.pepstock.charba.client.defaults.chart
Methods in org.pepstock.charba.client.defaults.chart that return CLocale Modifier and Type Method Description CLocale
DefaultChartDateAdapterOptions. getLocale()
-
Uses of CLocale in org.pepstock.charba.client.defaults.globals
Methods in org.pepstock.charba.client.defaults.globals that return CLocale Modifier and Type Method Description CLocale
DefaultDateAdapterOptions. getLocale()
CLocale
DefaultOptions. getLocale()
-
Uses of CLocale in org.pepstock.charba.client.intl
Fields in org.pepstock.charba.client.intl declared as CLocale Modifier and Type Field Description static CLocale
CLocale. CANADA
Useful constant forRegion.CANADA
.static CLocale
CLocale. CANADA_FRENCH
Useful constant forRegion.CANADA
, forLanguage.FRENCH
.static CLocale
CLocale. CHINA
Useful constant forRegion.CHINA
.static CLocale
CLocale. FRANCE
Useful constant forRegion.FRANCE
.static CLocale
CLocale. GERMANY
Useful constant forRegion.GERMANY
.static CLocale
CLocale. ITALY
Useful constant forRegion.ITALY
.static CLocale
CLocale. JAPAN
Useful constant forRegion.JAPAN
.static CLocale
CLocale. RUSSIA
Useful constant forRegion.RUSSIA
.static CLocale
CLocale. UK
Useful constant forRegion.UNITED_KINGDOM
.static CLocale
CLocale. US
Useful constant forRegion.UNITED_STATES
.Methods in org.pepstock.charba.client.intl that return CLocale Modifier and Type Method Description CLocale
CLocaleBuilder. build()
Returns an instance of locale created from the fields set on this builder.static CLocale
CLocaleBuilder. build(String localeIdentifier)
Returns an instance of locale created from the fields set on this builder.static CLocale
CLocale. getDefault()
Gets the current value of the default locale for this instance.Methods in org.pepstock.charba.client.intl with parameters of type CLocale Modifier and Type Method Description static void
CLocale. setDefault(CLocale locale)
Sets the current value of the default locale for this instance.Constructors in org.pepstock.charba.client.intl with parameters of type CLocale Constructor Description DateTimeFormat(CLocale locale)
Creates object that enable language sensitive date time formatting, using the locale options.DateTimeFormat(CLocale locale, DateTimeFormatOptions options)
Creates object that enables language sensitive date time formatting, using the locale options and specific options.NumberFormat(CLocale locale)
Creates object that enable language sensitive number formatting, using the locale options.NumberFormat(CLocale locale, NumberFormatOptions options)
Creates object that enables language sensitive number formatting, using the locale options and specific options. -
Uses of CLocale in org.pepstock.charba.client.options
Methods in org.pepstock.charba.client.options that return CLocale Modifier and Type Method Description CLocale
Options. getLocale()
Returns the locale instance for internationalization.CLocale
ScaleDateAdapter. getLocale()
Returns the locale that LUXON must use by the date adapter.
See here the details about locale in LUXON.Methods in org.pepstock.charba.client.options with parameters of type CLocale Modifier and Type Method Description void
Options. setLocale(CLocale locale)
Sets the locale instance for internationalization.void
ScaleDateAdapter. setLocale(CLocale locale)
Sets the locale that LUXON must use by the date adapter.
See here the details about locale in LUXON.
-