| Package | Description | 
|---|---|
| org.pepstock.charba.client.commons | 
 Core classes to manage the inter-operations with java script code. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <E extends NativeObjectContainer> | 
ArrayListHelper.list(ArrayObject array,
    NativeObjectContainerFactory<E> factory)
Creates a array list of java script native object container by a java script array and a factory. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
NativeObjectContainer.setArrayValue(Key key,
             ArrayObjectContainerList<?> container)
Sets a value (Array from a container list) in the embedded JavaScript object at specific property. 
 | 
protected void | 
PropertyHandler.setArrayValueAndAddToParent(Key key,
                           ArrayObjectContainerList<?> container)
Sets a value (Array from a container list) in the embedded JavaScript object at specific property. 
 | 
protected void | 
AbstractNode.setArrayValueAndAddToParent(Key key,
                           ArrayObjectContainerList<?> container)
Sets a value (Array from a container list) in the embedded JavaScript object at specific property. 
 |