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. -
-
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.
-