Uses of Interface
org.pepstock.charba.client.commons.KeyFactory
-
Packages that use KeyFactory Package Description org.pepstock.charba.client.commons Core classes to manage the inter-operations with java script code.org.pepstock.charba.client.enums Contains all enumerations of some chart options where only a specific set of values can be set. -
-
Uses of KeyFactory in org.pepstock.charba.client.commons
Methods in org.pepstock.charba.client.commons with parameters of type KeyFactory Modifier and Type Method Description static <E extends Key>
ArrayKeyList<E>ArrayListHelper. keys(ArrayString array, KeyFactory<E> factory)
Creates a array list ofKey
values by an java script array of strings.static <E extends Key>
ArrayKeySet<E>ArraySetHelper. set(ArrayString array, KeyFactory<E> factory)
Creates a array set ofKey
values by an java script array of strings.static <E extends Key>
List<E>ArrayListHelper. unmodifiableKeys(ArrayString array, KeyFactory<E> factory)
Creates a unmodifiable array list ofKey
values by an java script array of strings.static <E extends Key>
Set<E>ArraySetHelper. unmodifiableSet(ArrayString array, KeyFactory<E> factory)
Creates an unmodifiable array set ofKey
values by an java script array of strings.Constructors in org.pepstock.charba.client.commons with parameters of type KeyFactory Constructor Description ArrayKeyList(KeyFactory<E> factory)
Creates an empty list.ArrayKeySet(KeyFactory<E> factory)
Creates an empty set. -
Uses of KeyFactory in org.pepstock.charba.client.enums
Fields in org.pepstock.charba.client.enums declared as KeyFactory Modifier and Type Field Description static KeyFactory<IsEvent>
DefaultEvents. FACTORY
Key factory instance to use for array set reading.
-