com.googlecode.wickedcharts.wicket6.highcharts.features.drilldown
Class DrilldownProcessor

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

public class DrilldownProcessor
extends Object
implements IOptionsProcessor

This processor adds drilldown functionality to a chart. It searches the given options for Point.drilldownOptions. If any drilldown options are found, they are serialized in a special global javascript variable. This variable is referenced in a javascript function that is inserted at PlotOptions.point.events.click.

This class is not part of the public API! Use DrilldownPoints to enable drilldown in your charts.

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

Constructor Summary
DrilldownProcessor(org.apache.wicket.Component component, org.apache.wicket.markup.head.IHeaderResponse response)
           
 
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

DrilldownProcessor

public DrilldownProcessor(org.apache.wicket.Component component,
                          org.apache.wicket.markup.head.IHeaderResponse response)
Method Detail

processOptions

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


Copyright © 2013. All Rights Reserved.