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

java.lang.Object
  extended by org.moxieapps.gwt.highcharts.client.events.MouseEvent
      extended by org.moxieapps.gwt.highcharts.client.events.PointEvent
          extended by org.moxieapps.gwt.highcharts.client.events.PointUpdateEvent

public class PointUpdateEvent
extends PointEvent

Provides access to the raw information provided by Highcharts when a specific point in a series is updated programatically. This class should not be instantiated directly, but instead you should create a PointUpdateEventHandler and register it via the SeriesPlotOptions.setPointUpdateEventHandler(PointUpdateEventHandler) method in order to access update events.

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

Constructor Summary
PointUpdateEvent(com.google.gwt.core.client.JavaScriptObject event, com.google.gwt.core.client.JavaScriptObject point)
          This constructor is intended for internal use only.
 
Method Summary
 
Methods inherited from class org.moxieapps.gwt.highcharts.client.events.PointEvent
getPoint, getPointName, getSeriesId, getSeriesName, getXAsDouble, getXAsLong, getXAsString, getYAsDouble, getYAsLong, getYAsString
 
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

PointUpdateEvent

public PointUpdateEvent(com.google.gwt.core.client.JavaScriptObject event,
                        com.google.gwt.core.client.JavaScriptObject point)
This constructor is intended for internal use only. You should not create update events directly, but instead should register a PointUpdateEventHandler.

Parameters:
event - The native javascript object containing the details of the original event that was fired.
point - The native javascript object that represents the point instance that the event was triggered on.


Copyright © 2015. All Rights Reserved.