Class ZoomEvent
java.lang.Object
java.util.EventObject
com.vaadin.event.ConnectorEvent
com.vaadin.ui.Component.Event
io.jmix.charts.widget.amcharts.events.zoom.ZoomEvent
- All Implemented Interfaces:
 Serializable
public class ZoomEvent
extends com.vaadin.ui.Component.Event
- See Also:
 
- 
Field Summary
Fields inherited from class java.util.EventObject
source - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintintMethods 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
- 
ZoomEvent
public ZoomEvent(JmixAmchartsScene source, int startIndex, int endIndex, Date startDate, Date endDate, String startValue, String endValue)  
 - 
 - 
Method Details
- 
getEndDate
 - 
getEndIndex
public int getEndIndex() - 
getEndValue
 - 
getStartDate
 - 
getStartIndex
public int getStartIndex() - 
getStartValue
 
 -