com.googlecode.wickedcharts.highcharts.options.livedata
Interface LiveDataSeries.JavaScriptParameters

Enclosing class:
LiveDataSeries

public static interface LiveDataSeries.JavaScriptParameters

Container class for passing javascript parameters to LiveDataSeries.update(JavaScriptParameters).

Author:
Tom Hombergs (tom.hombergs@gmail.com)

Method Summary
 String getParameterValue(String parameterName)
          Returns the value of the given parameter or null.
 

Method Detail

getParameterValue

String getParameterValue(String parameterName)
Returns the value of the given parameter or null.

Parameters:
parameterName - the name of the parameter. This name was specified when calling LiveDataSeries.addJavaScriptParameter(String, String).
Returns:
the value of the given parameter or null if the parameter does not exist.


Copyright © 2013. All Rights Reserved.