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 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

      void onGraphClick(String graphId, int x, int y, int absoluteX, int absoluteY)
    • onGraphItemClick

      void onGraphItemClick(String graphId, int itemIndex, String itemKey, int x, int y, int absoluteX, int absoluteY)
    • onGraphItemRightClick

      void onGraphItemRightClick(String graphId, int itemIndex, String itemKey, int x, int y, int absoluteX, int absoluteY)
    • onZoom

      void onZoom(int startIndex, int endIndex, Date startDate, Date endDate, String startValue, String endValue)
    • onSliceClick

      void onSliceClick(int itemIndex, String dataItemKey, int x, int y, int absoluteX, int absoluteY)
    • onSliceRightClick

      void onSliceRightClick(int itemIndex, String dataItemKey, int x, int y, int absoluteX, int absoluteY)
    • onSlicePullIn

      void onSlicePullIn(String dataItemKey)
    • onSlicePullOut

      void onSlicePullOut(String dataItemKey)
    • onLegendLabelClick

      void onLegendLabelClick(int legendItemIndex, @Nullable String dataItemKey)
    • onLegendMarkerClick

      void onLegendMarkerClick(int legendItemIndex, @Nullable String dataItemKey)
    • onLegendItemHide

      void onLegendItemHide(int legendItemIndex, @Nullable String dataItemKey)
    • onLegendItemShow

      void onLegendItemShow(int legendItemIndex, @Nullable String dataItemKey)
    • onCursorZoom

      void onCursorZoom(String start, String end)
    • onCursorPeriodSelect

      void onCursorPeriodSelect(String start, String end)
    • onValueAxisZoom

      void onValueAxisZoom(String axisId, double startValue, double endValue)
    • onCategoryItemClick

      void onCategoryItemClick(String value, int x, int y, int offsetX, int offsetY, int xAxis, int yAxis)
    • onRollOutGraph

      void onRollOutGraph(String graphId)
    • onRollOutGraphItem

      void onRollOutGraphItem(String graphId, int itemIndex, String itemKey)
    • onRollOverGraph

      void onRollOverGraph(String graphId)
    • onRollOverGraphItem

      void onRollOverGraphItem(String graphId, int itemIndex, String itemKey)