Interface JmixAmchartsServerRpc
- All Superinterfaces:
Serializable
,com.vaadin.shared.communication.ServerRpc
- All Known Implementing Classes:
JmixAmchartsScene.JmixAmchartsServerRpcImpl
public interface JmixAmchartsServerRpc
extends com.vaadin.shared.communication.ServerRpc
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onCategoryItemClick
(String value, int x, int y, int offsetX, int offsetY, int xAxis, int yAxis) void
onChartClick
(int x, int y, int absoluteX, int absoluteY, double xAxis, double yAxis) void
onChartRightClick
(int x, int y, int absoluteX, int absoluteY, double xAxis, double yAxis) void
onCursorPeriodSelect
(String start, String end) void
onCursorZoom
(String start, String end) void
onGraphClick
(String graphId, int x, int y, int absoluteX, int absoluteY) void
onGraphItemClick
(String graphId, int itemIndex, String itemKey, int x, int y, int absoluteX, int absoluteY) void
onGraphItemRightClick
(String graphId, int itemIndex, String itemKey, int x, int y, int absoluteX, int absoluteY) void
onLegendItemHide
(int legendItemIndex, String dataItemKey) void
onLegendItemShow
(int legendItemIndex, String dataItemKey) void
onLegendLabelClick
(int legendItemIndex, String dataItemKey) void
onLegendMarkerClick
(int legendItemIndex, String dataItemKey) void
onRollOutGraph
(String graphId) void
onRollOutGraphItem
(String graphId, int itemIndex, String itemKey) void
onRollOverGraph
(String graphId) void
onRollOverGraphItem
(String graphId, int itemIndex, String itemKey) void
onSliceClick
(int itemIndex, String dataItemKey, int x, int y, int absoluteX, int absoluteY) void
onSlicePullIn
(String dataItemKey) void
onSlicePullOut
(String dataItemKey) void
onSliceRightClick
(int itemIndex, String dataItemKey, int x, int y, int absoluteX, int absoluteY) void
onValueAxisZoom
(String axisId, double startValue, double endValue) void
onZoom
(int startIndex, int endIndex, Date startDate, Date endDate, String startValue, String endValue)
-
Method Details
-
onChartClick
void onChartClick(int x, int y, int absoluteX, int absoluteY, double xAxis, double yAxis) -
onChartRightClick
void onChartRightClick(int x, int y, int absoluteX, int absoluteY, double xAxis, double yAxis) -
onGraphClick
-
onGraphItemClick
-
onGraphItemRightClick
-
onZoom
-
onSliceClick
-
onSliceRightClick
void onSliceRightClick(int itemIndex, String dataItemKey, int x, int y, int absoluteX, int absoluteY) -
onSlicePullIn
-
onSlicePullOut
-
onLegendLabelClick
-
onLegendMarkerClick
-
onLegendItemHide
-
onLegendItemShow
-
onCursorZoom
-
onCursorPeriodSelect
-
onValueAxisZoom
-
onCategoryItemClick
void onCategoryItemClick(String value, int x, int y, int offsetX, int offsetY, int xAxis, int yAxis) -
onRollOutGraph
-
onRollOutGraphItem
-
onRollOverGraph
-
onRollOverGraphItem
-