| 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.
|
| Modifier and Type | Method and Description |
|---|---|
DateAdapterOptions |
DateAdapterOptions.DateAdaptersOptionsFactory.create(NativeObject nativeObject) |
DateAdapterOptions |
DateAdapterOptions.DateAdaptersOptionsFactory.create(NativeObject nativeObject,
IsDefaultDateAdapterOptions defaultValues)
Creates a date adapter options by a native object and a default values instance.
|
DateAdapterOptions |
DateAdapter.getOptions()
Returns the options used to configure the date adapter.
|
| Constructor and Description |
|---|
DateAdapter(DateAdapterOptions options)
Creates a date adapter using the options passed as argument.
|