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

Packages that use PointLegendItemClickEventHandler
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 PointLegendItemClickEventHandler in org.moxieapps.gwt.highcharts.client.plotOptions
 

Methods in org.moxieapps.gwt.highcharts.client.plotOptions that return PointLegendItemClickEventHandler
 PointLegendItemClickEventHandler PiePlotOptions.getPointLegendItemClickEventHandler()
          Returns the custom event handler that has been set on the plot options, or null if no event handler has been set.
 PointLegendItemClickEventHandler BaseProportionalPlotOptions.getPointLegendItemClickEventHandler()
          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 PointLegendItemClickEventHandler
 PiePlotOptions PiePlotOptions.setPointLegendItemClickEventHandler(PointLegendItemClickEventHandler pointLegendItemClickEventHandler)
          Set a callback handler that will be invoked whenever the user clicks on the legend item points in a pie series.
 BaseProportionalPlotOptions BaseProportionalPlotOptions.setPointLegendItemClickEventHandler(PointLegendItemClickEventHandler pointLegendItemClickEventHandler)
          Set a callback handler that will be invoked whenever the user clicks on the legend item points in a pie or funnel series.
 



Copyright © 2015. All Rights Reserved.