Package org.pepstock.charba.client.intl
Class DateTimeFormatOptions.DateTimeFormatOptionsFactory
- java.lang.Object
-
- org.pepstock.charba.client.intl.DateTimeFormatOptions.DateTimeFormatOptionsFactory
-
- All Implemented Interfaces:
NativeObjectContainerFactory<DateTimeFormatOptions>
- Enclosing class:
- DateTimeFormatOptions
public static class DateTimeFormatOptions.DateTimeFormatOptionsFactory extends Object implements NativeObjectContainerFactory<DateTimeFormatOptions>
Creates a date time format options by a native object and a default values instance.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DateTimeFormatOptions
create(NativeObject nativeObject)
Creates a native object container instance by a native object.DateTimeFormatOptions
create(NativeObject nativeObject, IsDefaultDateTimeFormatOptions defaultValues)
Creates a date time format 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 DateTimeFormatOptions create(NativeObject nativeObject)
Description copied from interface:NativeObjectContainerFactory
Creates a native object container instance by a native object.- Specified by:
create
in interfaceNativeObjectContainerFactory<DateTimeFormatOptions>
- Parameters:
nativeObject
- native object- Returns:
- native object container element instance
-
create
public DateTimeFormatOptions create(NativeObject nativeObject, IsDefaultDateTimeFormatOptions defaultValues)
Creates a date time format 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 number format options instance
-
-