Uses of Class
org.pepstock.charba.client.commons.ArrayObjectContainerList
-
Packages that use ArrayObjectContainerList Package Description org.pepstock.charba.client.commons Core classes to manage the inter-operations with java script code. -
-
Uses of ArrayObjectContainerList in org.pepstock.charba.client.commons
Methods in org.pepstock.charba.client.commons that return ArrayObjectContainerList Modifier and Type Method Description static <E extends NativeObjectContainer>
ArrayObjectContainerList<E>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.Methods in org.pepstock.charba.client.commons with parameters of type ArrayObjectContainerList Modifier and Type Method 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
AbstractNode. setArrayValueAndAddToParent(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.
-