Class StockGraphItemRightClickEvent
java.lang.Object
java.util.EventObject
com.vaadin.event.ConnectorEvent
com.vaadin.ui.Component.Event
io.jmix.charts.widget.amcharts.events.stock.AbstractStockGraphItemEvent
io.jmix.charts.widget.amcharts.events.stock.StockGraphItemRightClickEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionStockGraphItemRightClickEvent
(JmixAmStockChartScene scene, String panelId, String graphId, DataItem dataItem, int itemIndex, int x, int y, int absoluteX, int absoluteY) -
Method Summary
Methods inherited from class io.jmix.charts.widget.amcharts.events.stock.AbstractStockGraphItemEvent
getAbsoluteX, getAbsoluteY, getDataItem, getGraphId, getItemIndex, getPanelId, getX, getY
Methods inherited from class com.vaadin.ui.Component.Event
getComponent
Methods inherited from class com.vaadin.event.ConnectorEvent
getConnector
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
StockGraphItemRightClickEvent
public StockGraphItemRightClickEvent(JmixAmStockChartScene scene, String panelId, String graphId, DataItem dataItem, int itemIndex, int x, int y, int absoluteX, int absoluteY)
-