com.googlecode.wickedcharts.wicket6.highcharts.features.livedata
Class LiveDataProcessor

java.lang.Object
  extended by com.googlecode.wickedcharts.wicket6.highcharts.features.livedata.LiveDataProcessor
All Implemented Interfaces:
IOptionsProcessor

public class LiveDataProcessor
extends Object
implements IOptionsProcessor

This processor reads all LiveDataSeries from an Options object and adds a LiveDataAjaxBehavior to the chart.

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

Constructor Summary
LiveDataProcessor(org.apache.wicket.Component component)
           
 
Method Summary
 void processOptions(Options options, OptionsProcessorContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiveDataProcessor

public LiveDataProcessor(org.apache.wicket.Component component)
Method Detail

processOptions

public void processOptions(Options options,
                           OptionsProcessorContext context)
Specified by:
processOptions in interface IOptionsProcessor


Copyright © 2013. All Rights Reserved.