Package org.pepstock.charba.client.intl
Class NumberFormatOptions.NumberFormatOptionsFactory
- java.lang.Object
-
- org.pepstock.charba.client.intl.NumberFormatOptions.NumberFormatOptionsFactory
-
- All Implemented Interfaces:
NativeObjectContainerFactory<NumberFormatOptions>
- Enclosing class:
- NumberFormatOptions
public static class NumberFormatOptions.NumberFormatOptionsFactory extends Object implements NativeObjectContainerFactory<NumberFormatOptions>
Creates a number 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 NumberFormatOptions
create(NativeObject nativeObject)
Creates a native object container instance by a native object.NumberFormatOptions
create(NativeObject nativeObject, IsDefaultNumberFormatOptions defaultValues)
Creates a number 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 NumberFormatOptions create(NativeObject nativeObject)
Description copied from interface:NativeObjectContainerFactory
Creates a native object container instance by a native object.- Specified by:
create
in interfaceNativeObjectContainerFactory<NumberFormatOptions>
- Parameters:
nativeObject
- native object- Returns:
- native object container element instance
-
create
public NumberFormatOptions create(NativeObject nativeObject, IsDefaultNumberFormatOptions defaultValues)
Creates a number 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
-
-