Package | Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
CLocale |
DateAdapterOptions.getLocale()
Returns the locale that LUXON must use by the date adapter.
See here the details about locale in LUXON. |
Modifier and Type | Method and 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. |
Modifier and Type | Method and 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. |
Modifier and Type | Method and 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. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
CLocale |
DefaultChartDateAdapterOptions.getLocale() |
Modifier and Type | Method and Description |
---|---|
CLocale |
DefaultOptions.getLocale() |
CLocale |
DefaultDateAdapterOptions.getLocale() |
Modifier and Type | Field and Description |
---|---|
static CLocale |
CLocale.CANADA
Useful constant for
Region.CANADA . |
static CLocale |
CLocale.CANADA_FRENCH
Useful constant for
Region.CANADA , for Language.FRENCH . |
static CLocale |
CLocale.CHINA
Useful constant for
Region.CHINA . |
static CLocale |
CLocale.FRANCE
Useful constant for
Region.FRANCE . |
static CLocale |
CLocale.GERMANY
Useful constant for
Region.GERMANY . |
static CLocale |
CLocale.ITALY
Useful constant for
Region.ITALY . |
static CLocale |
CLocale.JAPAN
Useful constant for
Region.JAPAN . |
static CLocale |
CLocale.RUSSIA
Useful constant for
Region.RUSSIA . |
static CLocale |
CLocale.UK
Useful constant for
Region.UNITED_KINGDOM . |
static CLocale |
CLocale.US
Useful constant for
Region.UNITED_STATES . |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static void |
CLocale.setDefault(CLocale locale)
Sets the current value of the default locale for this instance.
|
Constructor and 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.
|
Modifier and Type | Method and 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. |
Modifier and Type | Method and 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. |