Class StockGraphRollOverEvent
java.lang.Object
java.util.EventObject
com.vaadin.event.ConnectorEvent
com.vaadin.ui.Component.Event
io.jmix.charts.widget.amcharts.events.stock.AbstractStockGraphEvent
io.jmix.charts.widget.amcharts.events.stock.StockGraphRollOverEvent
- All Implemented Interfaces:
 Serializable
- See Also:
 
- 
Field Summary
Fields inherited from class java.util.EventObject
source - 
Constructor Summary
ConstructorsConstructorDescriptionStockGraphRollOverEvent(JmixAmStockChartScene scene, String panelId, String graphId, int x, int y, int absoluteX, int absoluteY)  - 
Method Summary
Methods inherited from class io.jmix.charts.widget.amcharts.events.stock.AbstractStockGraphEvent
getAbsoluteX, getAbsoluteY, getGraphId, getPanelId, getX, getYMethods inherited from class com.vaadin.ui.Component.Event
getComponentMethods inherited from class com.vaadin.event.ConnectorEvent
getConnectorMethods inherited from class java.util.EventObject
getSource, toString 
- 
Constructor Details
- 
StockGraphRollOverEvent
public StockGraphRollOverEvent(JmixAmStockChartScene scene, String panelId, String graphId, int x, int y, int absoluteX, int absoluteY)  
 -