Interface JmixAmStockChartServerRpc

All Superinterfaces:
Serializable, com.vaadin.shared.communication.ServerRpc
All Known Implementing Classes:
JmixAmStockChartScene.JmixAmStockChartServerRpcImpl

public interface JmixAmStockChartServerRpc extends com.vaadin.shared.communication.ServerRpc
  • Method Details

    • onChartClick

      void onChartClick(int x, int y, int absoluteX, int absoluteY)
    • onChartRightClick

      void onChartRightClick(int x, int y, int absoluteX, int absoluteY)
    • onStockEventClick

      void onStockEventClick(String graphId, Date date, String stockEventId)
    • onStockEventRollOut

      void onStockEventRollOut(String graphId, Date date, String stockEventId)
    • onStockEventRollOver

      void onStockEventRollOver(String graphId, Date date, String stockEventId)
    • onZoom

      void onZoom(Date startDate, Date endDate, String period)
    • onPeriodSelectorChange

      void onPeriodSelectorChange(Date startDate, Date endDate, String predefinedPeriod, Integer count, int x, int y, int absoluteX, int absoluteY)
    • onDataSetSelectorCompare

      void onDataSetSelectorCompare(String dataSetId)
    • onDataSetSelectorSelect

      void onDataSetSelectorSelect(String dataSetId)
    • onDataSetSelectorUnCompare

      void onDataSetSelectorUnCompare(String dataSetId)
    • onStockGraphClick

      void onStockGraphClick(String panelId, String graphId, int x, int y, int absoluteX, int absoluteY)
    • onStockGraphRollOut

      void onStockGraphRollOut(String panelId, String graphId, int x, int y, int absoluteX, int absoluteY)
    • onStockGraphRollOver

      void onStockGraphRollOver(String panelId, String graphId, int x, int y, int absoluteX, int absoluteY)
    • onStockGraphItemClick

      void onStockGraphItemClick(String panelId, String graphId, int itemIndex, String dataSetId, String itemKey, int x, int y, int absoluteX, int absoluteY)
    • onStockGraphItemRightClick

      void onStockGraphItemRightClick(String panelId, String graphId, int itemIndex, String dataSetId, String itemKey, int x, int y, int absoluteX, int absoluteY)
    • onStockGraphItemRollOut

      void onStockGraphItemRollOut(String panelId, String graphId, int itemIndex, String dataSetId, String itemKey, int x, int y, int absoluteX, int absoluteY)
    • onStockGraphItemRollOver

      void onStockGraphItemRollOver(String panelId, String graphId, int itemIndex, String dataSetId, String itemKey, int x, int y, int absoluteX, int absoluteY)