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 ArrayImageArrayImage. fromOrEmpty(List<Img> items)Creates a java script array of images starting from list of images.static ArrayImageArrayImage. fromOrEmpty(Img... items)This method creates new array instance with a variable number ofImageElementarguments.static ArrayImageArrayImage. fromOrNull(List<Img> items)Creates a java script array of images starting from list of images.static ArrayImageArrayImage. fromOrNull(Img... items)This method creates new array instance with a variable number ofImageElementarguments.protected ArrayImageNativeObjectContainer. 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 ArrayImageListArrayListHelper. 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.
-