com.googlecode.wickedcharts.highcharts.options
Class Events

java.lang.Object
  extended by com.googlecode.wickedcharts.highcharts.options.Events
All Implemented Interfaces:
Serializable

public class Events
extends Object
implements Serializable

Defines the configuration of the "events" option.

Author:
Tom Hombergs (tom.hombergs@gmail.com)
See Also:
http://api.highcharts.com/highcharts#chart.events, Serialized Form

Constructor Summary
Events()
           
 
Method Summary
 Function getAddSeries()
           
 Function getClick()
           
 Function getLoad()
           
 Function getMouseOut()
           
 Function getMouseOver()
           
 Function getRedraw()
           
 Function getRemove()
           
 Function getSelect()
           
 Function getSelection()
           
 Function getUnselect()
           
 Function getUpdate()
           
 Events setAddSeries(Function addSeries)
           
 Events setClick(Function click)
           
 Events setLoad(Function load)
           
 Events setMouseOut(Function mouseOut)
           
 Events setMouseOver(Function mouseOver)
           
 Events setRedraw(Function redraw)
           
 Events setRemove(Function remove)
           
 Events setSelect(Function select)
           
 Events setSelection(Function selection)
           
 Events setUnselect(Function unselect)
           
 Events setUpdate(Function update)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Events

public Events()
Method Detail

getMouseOut

public Function getMouseOut()

setMouseOut

public Events setMouseOut(Function mouseOut)

getMouseOver

public Function getMouseOver()

setMouseOver

public Events setMouseOver(Function mouseOver)

getSelect

public Function getSelect()

setSelect

public Events setSelect(Function select)

getUnselect

public Function getUnselect()

setUnselect

public Events setUnselect(Function unselect)

getUpdate

public Function getUpdate()

setUpdate

public Events setUpdate(Function update)

getRemove

public Function getRemove()

setRemove

public Events setRemove(Function remove)

getAddSeries

public Function getAddSeries()

getClick

public Function getClick()

getLoad

public Function getLoad()

getRedraw

public Function getRedraw()

getSelection

public Function getSelection()

setAddSeries

public Events setAddSeries(Function addSeries)

setClick

public Events setClick(Function click)

setLoad

public Events setLoad(Function load)

setRedraw

public Events setRedraw(Function redraw)

setSelection

public Events setSelection(Function selection)


Copyright © 2013. All Rights Reserved.