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.
|
Modifier and Type | Method and Description |
---|---|
static <E extends Key> |
ArrayListHelper.keys(ArrayString array,
KeyFactory<E> factory)
Creates a array list of
Key values by an java script array of strings. |
static <E extends Key> |
ArraySetHelper.set(ArrayString array,
KeyFactory<E> factory)
Creates a array set of
Key values by an java script array of strings. |
static <E extends Key> |
ArrayListHelper.unmodifiableKeys(ArrayString array,
KeyFactory<E> factory)
Creates a unmodifiable array list of
Key values by an java script array of strings. |
static <E extends Key> |
ArraySetHelper.unmodifiableSet(ArrayString array,
KeyFactory<E> factory)
Creates an unmodifiable array set of
Key values by an java script array of strings. |
Constructor and Description |
---|
ArrayKeyList(KeyFactory<E> factory)
Creates an empty list.
|
ArrayKeySet(KeyFactory<E> factory)
Creates an empty set.
|
Modifier and Type | Field and Description |
---|---|
static KeyFactory<Event> |
Event.FACTORY
Key factory instance to use for array set reading.
|