Class AbstractStockEventEvent
java.lang.Object
java.util.EventObject
com.vaadin.event.ConnectorEvent
com.vaadin.ui.Component.Event
io.jmix.charts.widget.amcharts.events.stock.AbstractStockEventEvent
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
StockEventClickEvent
,StockEventRollOutEvent
,StockEventRollOverEvent
public abstract class AbstractStockEventEvent
extends com.vaadin.ui.Component.Event
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractStockEventEvent
(JmixAmStockChartScene scene, String graphId, Date date, String stockEventId) -
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
-
AbstractStockEventEvent
protected AbstractStockEventEvent(JmixAmStockChartScene scene, String graphId, Date date, String stockEventId)
-
-
Method Details
-
getGraphId
-
getDate
-
getStockEventId
-