Package | Description |
---|---|
org.pepstock.charba.client.commons |
Core classes to manage the inter-operations with java script code.
|
Modifier and Type | Method and Description |
---|---|
static <E extends Key> |
ArrayListHelper.list(E[] enumValues,
ArrayString array)
Creates a array list of enumeration values by an java script array of strings.
|
static <E extends Key> |
ArrayListHelper.list(E[] enumValues,
E[] values)
Creates a array list of enumeration values (instance of
Key ). |