Uses of Class
org.pepstock.charba.client.adapters.DateAdapterOptions
-
Packages that use DateAdapterOptions 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.options Contains all elements to configure charts at global level (know as chart global options). -
-
Uses of DateAdapterOptions in org.pepstock.charba.client.adapters
Methods in org.pepstock.charba.client.adapters that return DateAdapterOptions Modifier and Type Method Description DateAdapterOptionsDateAdapterOptions.DateAdaptersOptionsFactory. create(NativeObject nativeObject)DateAdapterOptionsDateAdapterOptions.DateAdaptersOptionsFactory. create(NativeObject nativeObject, IsDefaultDateAdapterOptions defaultValues)Creates a date adapter options by a native object and a default values instance.DateAdapterOptionsDateAdapter. getOptions()Returns the options used to configure the date adapter.Constructors in org.pepstock.charba.client.adapters with parameters of type DateAdapterOptions Constructor Description DateAdapter(DateAdapterOptions options)Creates a date adapter using the options passed as argument.DateAdapter(ItemsEnvelop<NativeObject> envelop, DateAdapterOptions options)Creates a date adapter using the options passed as argument and the envelop whereScaleItemis stored. -
Uses of DateAdapterOptions in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return DateAdapterOptions Modifier and Type Method Description DateAdapterOptionsScaleDateAdapter. getDateAdapterOptions()Returns theDateAdapterOptionsof the scale. -
Uses of DateAdapterOptions in org.pepstock.charba.client.options
Methods in org.pepstock.charba.client.options that return DateAdapterOptions Modifier and Type Method Description DateAdapterOptionsScaleDateAdapter. getDateAdapterOptions()Returns theDateAdapterOptionsof the scale.
-