Uses of Class
org.pepstock.charba.client.commons.ArrayImage
-
Packages that use ArrayImage Package Description org.pepstock.charba.client.commons Core classes to manage the inter-operations with java script code. -
-
Uses of ArrayImage in org.pepstock.charba.client.commons
Methods in org.pepstock.charba.client.commons that return ArrayImage Modifier and Type Method Description static ArrayImage
ArrayImage. fromOrEmpty(List<Img> items)
Creates a java script array of images starting from list of images.static ArrayImage
ArrayImage. fromOrEmpty(Img... items)
This method creates new array instance with a variable number ofImageElement
arguments.static ArrayImage
ArrayImage. fromOrNull(List<Img> items)
Creates a java script array of images starting from list of images.static ArrayImage
ArrayImage. fromOrNull(Img... items)
This method creates new array instance with a variable number ofImageElement
arguments.protected ArrayImage
NativeObjectContainer. getValueOrArray(Key key, Img defaultValue)
Returns a value (array) in the embedded JavaScript object at specific property.
This must be used when a java script property can contain an array or a image.Methods in org.pepstock.charba.client.commons with parameters of type ArrayImage Modifier and Type Method Description static ArrayImageList
ArrayListHelper. list(ArrayImage values)
Creates a array list of images by a java script array of images.static List<Img>
ArrayListHelper. unmodifiableList(ArrayImage values)
Creates a array list of images by a java script array of images.
-