Package | Description |
---|---|
org.pepstock.charba.client.commons | |
org.pepstock.charba.client.data | |
org.pepstock.charba.client.defaults.global | |
org.pepstock.charba.client.options |
Modifier and Type | Method and Description |
---|---|
static <E extends Key> |
ArrayListHelper.build(java.lang.Class<E> clazz,
E[] values)
Creates a JavaScript array list of EnumValues.
|
static <E extends Key> |
ArrayListHelper.build(java.lang.Class<E> clazz,
JsStringArrayList list)
Creates a JavaScript array list of EnumValues.
|
Modifier and Type | Method and Description |
---|---|
protected <T extends Key> |
JavaScriptObjectContainer.checkAndSetEnumValues(Key key,
JsEnumValueArrayList<T> values)
Checks if it should set an array list (EnumValues) or a single value for a specific property.
|
protected <T extends Key> |
JavaScriptObjectContainer.setEnumValueArray(Key key,
JsEnumValueArrayList<T> list)
Sets a value (EnumValue array list) into embedded JavaScript object at specific property.
|
Modifier and Type | Method and Description |
---|---|
JsEnumValueArrayList<PointStyle> |
BubbleDataset.getPointStyle()
Returns the style of the point.
|
Modifier and Type | Method and Description |
---|---|
JsEnumValueArrayList<Event> |
Options.getEvents()
Returns the browser events that the chart should listen to for tooltips and hovering.
|
Modifier and Type | Method and Description |
---|---|
JsEnumValueArrayList<Event> |
BaseOptions.getEvents()
Returns the browser events that the chart should listen to for tooltips and hovering.
|