com.googlecode.wickedcharts.highcharts.options.functions
Class RedirectFunction

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

public class RedirectFunction
extends Function

JavaScript function to use for events that redirects the user to a given URL.

Author:
Tom Hombergs (tom.hombergs@gmail.com)
See Also:
Serialized Form

Constructor Summary
RedirectFunction(String url)
          Constructor.
 
Method Summary
 
Methods inherited from class com.googlecode.wickedcharts.highcharts.options.Function
addParameter, getFunction, setFunction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RedirectFunction

public RedirectFunction(String url)
Constructor.

Parameters:
url - the URL to redirect to when the function is called.


Copyright © 2013. All Rights Reserved.