public abstract class AxisEvent extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Axis<?> |
axis |
protected com.google.gwt.core.client.JavaScriptObject |
event |
| Modifier | Constructor and Description |
|---|---|
protected |
AxisEvent(com.google.gwt.core.client.JavaScriptObject event,
Axis<?> axis)
We can only be created by instantiating one of our sub classes.
|
| Modifier and Type | Method and Description |
|---|---|
Axis<?> |
getAxis()
Get the axis instance that received the event.
|
com.google.gwt.core.client.JavaScriptObject |
getNativeEvent()
Returns a pointer to the native Highchart's instance data object that this GWT
instance is wrapping.
|
protected com.google.gwt.core.client.JavaScriptObject event
protected Axis<?> axis
protected AxisEvent(com.google.gwt.core.client.JavaScriptObject event,
Axis<?> axis)
event - The native javascript object containing the details of the original event that was fired.axis - The axis instance that the event was triggered on.public Axis<?> getAxis()
public com.google.gwt.core.client.JavaScriptObject getNativeEvent()
Copyright © 2015. All Rights Reserved.