Class AbstractStockGraphItemEvent
java.lang.Object
java.util.EventObject
com.vaadin.event.ConnectorEvent
com.vaadin.ui.Component.Event
io.jmix.charts.widget.amcharts.events.stock.AbstractStockGraphItemEvent
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
StockGraphItemClickEvent
,StockGraphItemRightClickEvent
,StockGraphItemRollOutEvent
,StockGraphItemRollOverEvent
public abstract class AbstractStockGraphItemEvent
extends com.vaadin.ui.Component.Event
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractStockGraphItemEvent
(JmixAmStockChartScene scene, String panelId, String graphId, DataItem dataItem, int itemIndex, int x, int y, int absoluteX, int absoluteY) -
Method Summary
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
-
AbstractStockGraphItemEvent
protected AbstractStockGraphItemEvent(JmixAmStockChartScene scene, String panelId, String graphId, DataItem dataItem, int itemIndex, int x, int y, int absoluteX, int absoluteY)
-
-
Method Details
-
getPanelId
-
getGraphId
-
getDataItem
-
getItemIndex
public int getItemIndex() -
getX
public int getX() -
getY
public int getY() -
getAbsoluteX
public int getAbsoluteX() -
getAbsoluteY
public int getAbsoluteY()
-