Uses of Interface
org.moxieapps.gwt.highcharts.client.events.SeriesCheckboxClickEventHandler

Packages that use SeriesCheckboxClickEventHandler
org.moxieapps.gwt.highcharts.client.plotOptions Provides configuration objects that are used to control how each of the different series types will be rendered. 
 

Uses of SeriesCheckboxClickEventHandler in org.moxieapps.gwt.highcharts.client.plotOptions
 

Methods in org.moxieapps.gwt.highcharts.client.plotOptions that return SeriesCheckboxClickEventHandler
 SeriesCheckboxClickEventHandler SeriesPlotOptions.getSeriesCheckboxClickEventHandler()
          Returns the custom event handler that has been set on the plot options, or null if no event handler has been set.
 

Methods in org.moxieapps.gwt.highcharts.client.plotOptions with parameters of type SeriesCheckboxClickEventHandler
 SeriesPlotOptions SeriesPlotOptions.setSeriesCheckboxClickEventHandler(SeriesCheckboxClickEventHandler seriesCheckboxClickEventHandler)
          Set a callback handler that will be invoked whenever the user clicks on the checkbox next to a series' name in the legend.
 



Copyright © 2015. All Rights Reserved.