com.googlecode.wickedcharts.highcharts.options.functions
Class RedirectFunction
java.lang.Object
com.googlecode.wickedcharts.highcharts.options.Function
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RedirectFunction
public RedirectFunction(String url)
- Constructor.
- Parameters:
url - the URL to redirect to when the function is called.
Copyright © 2013. All Rights Reserved.