Class JmixAmStockChartScene

java.lang.Object
com.vaadin.server.AbstractClientConnector
com.vaadin.ui.AbstractComponent
io.jmix.charts.widget.amcharts.JmixAmStockChartScene
All Implemented Interfaces:
com.vaadin.event.ContextClickEvent.ContextClickNotifier, com.vaadin.event.MethodEventSource, com.vaadin.server.ClientConnector, com.vaadin.server.Sizeable, com.vaadin.shared.Connector, com.vaadin.ui.Component, com.vaadin.ui.Component.HasContextHelp, Serializable

public class JmixAmStockChartScene extends com.vaadin.ui.AbstractComponent
See Also:
  • Field Details

    • chartClickMethod

      protected static final Method chartClickMethod
    • chartRightClickMethod

      protected static final Method chartRightClickMethod
    • stockEventClickMethod

      protected static final Method stockEventClickMethod
    • stockEventRollOutMethod

      protected static final Method stockEventRollOutMethod
    • stockEventRollOverMethod

      protected static final Method stockEventRollOverMethod
    • stockZoomMethod

      protected static final Method stockZoomMethod
    • periodSelectorChangeMethod

      protected static final Method periodSelectorChangeMethod
    • dataSetSelectorCompareMethod

      protected static final Method dataSetSelectorCompareMethod
    • dataSetSelectorSelectMethod

      protected static final Method dataSetSelectorSelectMethod
    • dataSetSelectorUnCompareMethod

      protected static final Method dataSetSelectorUnCompareMethod
    • stockGraphClickMethod

      protected static final Method stockGraphClickMethod
    • stockGraphRollOutMethod

      protected static final Method stockGraphRollOutMethod
    • stockGraphRollOverMethod

      protected static final Method stockGraphRollOverMethod
    • stockGraphItemClickMethod

      protected static final Method stockGraphItemClickMethod
    • stockGraphItemRightClickMethod

      protected static final Method stockGraphItemRightClickMethod
    • stockGraphItemRollOutMethod

      protected static final Method stockGraphItemRollOutMethod
    • stockGraphItemRollOverMethod

      protected static final Method stockGraphItemRollOverMethod
    • dirty

      protected boolean dirty
    • chart

      protected StockChartGroup chart
    • chartSerializer

      protected StockChartSerializer chartSerializer
    • dataItemKeys

      protected com.vaadin.server.KeyMapper<Object> dataItemKeys
    • dataItemKeyMapper

      protected Function<DataItem,String> dataItemKeyMapper
    • changedItems

      protected Map<DataSet,ChartIncrementalChanges> changedItems
  • Constructor Details

    • JmixAmStockChartScene

      public JmixAmStockChartScene()
  • Method Details