| Modifier and Type | Method and Description |
|---|---|
void |
FunctionSerializer.serialize(Function value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
Function |
Events.getAddSeries() |
Function |
Events.getClick() |
Function |
Tooltip.getFormatter() |
Function |
StackLabels.getFormatter() |
Function |
Labels.getFormatter() |
Function |
DataLabels.getFormatter() |
Function |
Events.getLoad() |
Function |
Events.getMouseOut() |
Function |
Events.getMouseOver() |
Function |
Tooltip.getPositioner() |
Function |
Events.getRedraw() |
Function |
Events.getRemove() |
Function |
Events.getSelect() |
Function |
Events.getSelection() |
Function |
Events.getUnselect() |
Function |
Events.getUpdate() |
Function |
Function.setFunction(String functionBody) |
| Modifier and Type | Method and Description |
|---|---|
Events |
Events.setAddSeries(Function addSeries) |
Events |
Events.setClick(Function click) |
Tooltip |
Tooltip.setFormatter(Function formatter) |
StackLabels |
StackLabels.setFormatter(Function formatter) |
Labels |
Labels.setFormatter(Function formatter) |
DataLabels |
DataLabels.setFormatter(Function formatter) |
Events |
Events.setLoad(Function load) |
Events |
Events.setMouseOut(Function mouseOut) |
Events |
Events.setMouseOver(Function mouseOver) |
Tooltip |
Tooltip.setPositioner(Function positioner) |
Events |
Events.setRedraw(Function redraw) |
Events |
Events.setRemove(Function remove) |
Events |
Events.setSelect(Function select) |
Events |
Events.setSelection(Function selection) |
Events |
Events.setUnselect(Function unselect) |
Events |
Events.setUpdate(Function update) |
| Modifier and Type | Class and Description |
|---|---|
class |
DrilldownFunction
A javascript function that when triggered changes the options of the current
chart and rerenders the chart.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddPointFunction
A javascript function that adds a point to the first series of a chart at the
current mouse location.
|
class |
DefaultFormatter
A simple javascript function intended to use as tooltip formatter.
|
class |
PercentageAndValueFormatter
A javascript function intended to use as tooltip formatter.
|
class |
PercentageFormatter
A javascript function intended to use as tooltip formatter.
|
class |
RedirectFunction
JavaScript function to use for events that redirects the user to a given URL.
|
class |
RemovePointFunction
A javascript function that removes the currently selected point from a chart.
|
class |
StackTotalFormatter
A javascript function intended to use as tooltip formatter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InteractionFunction
This javascript function sends an AJAX request to the server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OptionsUtil.setChartEventsLoad(Options options,
Function function)
Null-safe setter for the chart.events.load configuration.
|
Copyright © 2013. All Rights Reserved.