Class DateAdapterOptions.DateAdaptersOptionsFactory
- java.lang.Object
- 
- org.pepstock.charba.client.adapters.DateAdapterOptions.DateAdaptersOptionsFactory
 
- 
- All Implemented Interfaces:
- NativeObjectContainerFactory<DateAdapterOptions>
 - Enclosing class:
- DateAdapterOptions
 
 public static class DateAdapterOptions.DateAdaptersOptionsFactory extends Object implements NativeObjectContainerFactory<DateAdapterOptions> Date adapter options factory for LUXON option.
 It should be use to get stored LUXON options from global, chart options and configurations.- Author:
- Andrea "Stock" Stocchero
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DateAdapterOptionscreate(NativeObject nativeObject)Creates a native object container instance by a native object.DateAdapterOptionscreate(NativeObject nativeObject, IsDefaultDateAdapterOptions defaultValues)Creates a date adapter options by a native object and a default values instance.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.pepstock.charba.client.commons.NativeObjectContainerFactorycreate
 
- 
 
- 
- 
- 
Method Detail- 
createpublic DateAdapterOptions create(NativeObject nativeObject) Description copied from interface:NativeObjectContainerFactoryCreates a native object container instance by a native object.- Specified by:
- createin interface- NativeObjectContainerFactory<DateAdapterOptions>
- Parameters:
- nativeObject- native object
- Returns:
- native object container element instance
 
 - 
createpublic DateAdapterOptions create(NativeObject nativeObject, IsDefaultDateAdapterOptions defaultValues) Creates a date adapter options by a native object and a default values instance.- Parameters:
- nativeObject- native object instance to be wrapped.
- defaultValues- default values for the options
- Returns:
- a date adapter options instance
 
 
- 
 
-