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.commonsMethods 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 ofKeyvalues by an java script array of strings.static <E extends Key>
 ArrayKeySet<E>ArraySetHelper. set(ArrayString array, KeyFactory<E> factory)Creates a array set ofKeyvalues 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 ofKeyvalues 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 ofKeyvalues 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.enumsFields in org.pepstock.charba.client.enums declared as KeyFactory Modifier and Type Field Description static KeyFactory<IsEvent>DefaultEvents. FACTORYKey factory instance to use for array set reading.
 
-