| 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.getAfterSetExtremes() |
Function |
Events.getCheckboxClick() |
Function |
Events.getClick() |
Function |
Tooltip.getFormatter() |
Function |
StackLabels.getFormatter() |
Function |
Labels.getFormatter() |
Function |
DataLabels.getFormatter() |
Function |
Events.getHide() |
Function |
Legend.getLabelFormatter() |
Function |
Events.getLegendItemClick() |
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.getSetExtremes() |
Function |
Events.getShow() |
Function |
Events.getUnselect() |
Function |
Events.getUpdate() |
Function |
Function.setFunction(String functionBody) |
| 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.
|
class |
SelectionFunction
This function may be added to a
ChartOptions object via
Events.setSelection(Function). |
| Modifier and Type | Method and Description |
|---|---|
void |
OptionsUtil.setChartEventsLoad(Options options,
Function function)
Null-safe setter for the chart.events.load configuration.
|
Copyright © 2016. All rights reserved.