Class DefaultDateAdapterOptions
- java.lang.Object
- 
- org.pepstock.charba.client.defaults.globals.DefaultDateAdapterOptions
 
- 
- All Implemented Interfaces:
- IsDefaultDateAdapterOptions
 
 public final class DefaultDateAdapterOptions extends Object implements IsDefaultDateAdapterOptions CHART.JS default values for DATE ADPATER options element.- Author:
- Andrea "Stock" Stocchero
 
- 
- 
Field SummaryFields Modifier and Type Field Description static IsDefaultDateAdapterOptionsINSTANCEImmutable instance with the date adapter options defaults.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CLocalegetLocale()Returns the locale that LUXON must use by the date adapter.
 See here the details about locale in LUXON.NumberingSystemgetNumberingSystem()Returns the name of numbering systems that LUXON must use by the date adapter.
 See here the details about numbering system in LUXON.CalendargetOutputCalendar()Returns the name of calendaring systems that LUXON must use by the date adapter.
 See here the list of implemented and available.TimeZonegetZone()Returns the zone that LUXON must use by the date adapter.
 See here the details about time zone in LUXON.
 
- 
- 
- 
Field Detail- 
INSTANCEpublic static final IsDefaultDateAdapterOptions INSTANCE Immutable instance with the date adapter options defaults.
 
- 
 - 
Method Detail- 
getLocalepublic CLocale getLocale() Description copied from interface:IsDefaultDateAdapterOptionsReturns the locale that LUXON must use by the date adapter.
 See here the details about locale in LUXON.- Specified by:
- getLocalein interface- IsDefaultDateAdapterOptions
- Returns:
- the locale that LUXON must use by the date adapter
 
 - 
getZonepublic TimeZone getZone() Description copied from interface:IsDefaultDateAdapterOptionsReturns the zone that LUXON must use by the date adapter.
 See here the details about time zone in LUXON.- Specified by:
- getZonein interface- IsDefaultDateAdapterOptions
- Returns:
- the zone that LUXON must use by the date adapter
 
 - 
getOutputCalendarpublic Calendar getOutputCalendar() Description copied from interface:IsDefaultDateAdapterOptionsReturns the name of calendaring systems that LUXON must use by the date adapter.
 See here the list of implemented and available. output calendar systems.- Specified by:
- getOutputCalendarin interface- IsDefaultDateAdapterOptions
- Returns:
- the name of calendaring systems that LUXON must use by the date adapter
 
 - 
getNumberingSystempublic NumberingSystem getNumberingSystem() Description copied from interface:IsDefaultDateAdapterOptionsReturns the name of numbering systems that LUXON must use by the date adapter.
 See here the details about numbering system in LUXON.- Specified by:
- getNumberingSystemin interface- IsDefaultDateAdapterOptions
- Returns:
- the name of numbering systems that LUXON must use by the date adapter
 
 
- 
 
-