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 StringHelpers. formatNumber(double number, CLocale locale)Format a number using a localized number formatter.StringHelpers. 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 CLocaleDateAdapterOptions. 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 voidDateAdapterOptions. 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 CLocaleConfigurationOptions. getLocale()Returns the locale instance for internationalization.CLocaleScaleDateAdapter. 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 voidConfigurationOptions. setLocale(CLocale locale)Sets the locale instance for internationalization.voidScaleDateAdapter. 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 CLocaleIsDefaultDateAdapterOptions. getLocale()Returns the locale that LUXON must use by the date adapter.
See here the details about locale in LUXON.CLocaleIsDefaultOptions. 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 CLocaleDefaultChartDateAdapterOptions. 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 CLocaleDefaultDateAdapterOptions. getLocale()CLocaleDefaultOptions. 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 CLocaleCLocale. CANADAUseful constant forRegion.CANADA.static CLocaleCLocale. CANADA_FRENCHUseful constant forRegion.CANADA, forLanguage.FRENCH.static CLocaleCLocale. CHINAUseful constant forRegion.CHINA.static CLocaleCLocale. FRANCEUseful constant forRegion.FRANCE.static CLocaleCLocale. GERMANYUseful constant forRegion.GERMANY.static CLocaleCLocale. ITALYUseful constant forRegion.ITALY.static CLocaleCLocale. JAPANUseful constant forRegion.JAPAN.static CLocaleCLocale. RUSSIAUseful constant forRegion.RUSSIA.static CLocaleCLocale. UKUseful constant forRegion.UNITED_KINGDOM.static CLocaleCLocale. USUseful constant forRegion.UNITED_STATES.Methods in org.pepstock.charba.client.intl that return CLocale Modifier and Type Method Description CLocaleCLocaleBuilder. build()Returns an instance of locale created from the fields set on this builder.static CLocaleCLocaleBuilder. build(String localeIdentifier)Returns an instance of locale created from the fields set on this builder.static CLocaleCLocale. 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 voidCLocale. 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 CLocaleOptions. getLocale()Returns the locale instance for internationalization.CLocaleScaleDateAdapter. 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 voidOptions. setLocale(CLocale locale)Sets the locale instance for internationalization.voidScaleDateAdapter. setLocale(CLocale locale)Sets the locale that LUXON must use by the date adapter.
See here the details about locale in LUXON.
-