public interface ChartHandler
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ON_REFRESH_CHART
Id of an even issued after refresh operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
applyModel(WidgetInstanceManager wim,
Charts charts)
The method should be used to set the model for the chart.
|
java.util.Collection<ChartInfoLabel> |
getDefaultInfoLabels(Charts charts)
The method should return a default set of labels to be displayed under the chart.
|
java.util.Collection<ChartInfoLabel> |
getInfoLabels(Charts charts,
int pointIndex)
The method should return a set of labels to be displayed under the chart for a selected point of the data series
(if applicable).
|
void |
initializeChart(WidgetInstanceManager wim,
Charts charts)
THe method should be used to initialize all visual settings of the chart.
|
static final java.lang.String ON_REFRESH_CHART
void initializeChart(WidgetInstanceManager wim,
Charts charts)
wim - Widget instance managercharts - The Charts instanceWidgetInstanceManager,
Chartsvoid applyModel(WidgetInstanceManager wim,
Charts charts)
wim - Widget instance managercharts - The Charts instanceWidgetInstanceManager,
Chartsjava.util.Collection<ChartInfoLabel> getDefaultInfoLabels(Charts charts)
charts - The Charts instanceChartsjava.util.Collection<ChartInfoLabel> getInfoLabels(Charts charts, int pointIndex)
charts - The Charts instancepointIndex - The index of the point for which the information is requiredChartsCopyright © 2018 SAP SE. All Rights Reserved.