public abstract class SeriesEvent extends MouseEvent
| Modifier | Constructor and Description |
|---|---|
protected |
SeriesEvent(com.google.gwt.core.client.JavaScriptObject event,
com.google.gwt.core.client.JavaScriptObject series)
We can only be created by instantiating one of our sub classes.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getSeriesId()
Retrieve the unique id of the series that received the event.
|
String |
getSeriesName()
Return the name of the series that the event was received on.
|
getClientX, getClientY, getNativeButton, getNativeEvent, getRelativeX, getRelativeY, getScreenX, getScreenY, isAltKeyDown, isControlKeyDown, isMetaKeyDown, isShiftKeyDownprotected SeriesEvent(com.google.gwt.core.client.JavaScriptObject event,
com.google.gwt.core.client.JavaScriptObject series)
event - The native javascript object containing the details of the original event that was fired.series - The native javascript object that represents the series instance that the event was triggered on.public String getSeriesId()
BaseChart.getSeries(String) method.public String getSeriesName()
Copyright © 2015. All Rights Reserved.