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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DateAdapterOptions
create(NativeObject nativeObject)
Creates a native object container instance by a native object.DateAdapterOptions
create(NativeObject nativeObject, IsDefaultDateAdapterOptions defaultValues)
Creates a date adapter options by a native object and a default values instance.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.pepstock.charba.client.commons.NativeObjectContainerFactory
create
-
-
-
-
Method Detail
-
create
public DateAdapterOptions create(NativeObject nativeObject)
Description copied from interface:NativeObjectContainerFactory
Creates a native object container instance by a native object.- Specified by:
create
in interfaceNativeObjectContainerFactory<DateAdapterOptions>
- Parameters:
nativeObject
- native object- Returns:
- native object container element instance
-
create
public 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
-
-