org.moxieapps.gwt.highcharts.client.events
Class SeriesMouseOverEvent

java.lang.Object
  extended by org.moxieapps.gwt.highcharts.client.events.MouseEvent
      extended by org.moxieapps.gwt.highcharts.client.events.SeriesEvent
          extended by org.moxieapps.gwt.highcharts.client.events.SeriesMouseOverEvent

public class SeriesMouseOverEvent
extends SeriesEvent

Provides access to the raw information provided by Highcharts when a series mouse over event occurs. This class should not be instantiated directly, but instead you should create a SeriesMouseOverEventHandler and register it via the SeriesPlotOptions.setSeriesMouseOverEventHandler(SeriesMouseOverEventHandler) method in order to access series mouse over events.

Since:
1.1.0
Author:
squinn@moxiegroup.com (Shawn Quinn)

Constructor Summary
SeriesMouseOverEvent(com.google.gwt.core.client.JavaScriptObject event, com.google.gwt.core.client.JavaScriptObject series)
          This constructor is intended for internal use only.
 
Method Summary
 
Methods inherited from class org.moxieapps.gwt.highcharts.client.events.SeriesEvent
getSeriesId, getSeriesName
 
Methods inherited from class org.moxieapps.gwt.highcharts.client.events.MouseEvent
getClientX, getClientY, getNativeButton, getNativeEvent, getRelativeX, getRelativeY, getScreenX, getScreenY, isAltKeyDown, isControlKeyDown, isMetaKeyDown, isShiftKeyDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeriesMouseOverEvent

public SeriesMouseOverEvent(com.google.gwt.core.client.JavaScriptObject event,
                            com.google.gwt.core.client.JavaScriptObject series)
This constructor is intended for internal use only. You should not create mouse over events directly, but instead should register a SeriesMouseOverEventHandler.

Parameters:
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.


Copyright © 2015. All Rights Reserved.