Uses of Class
com.googlecode.wickedcharts.highcharts.options.Function

Packages that use Function
com.googlecode.wickedcharts.highcharts.jackson   
com.googlecode.wickedcharts.highcharts.options   
com.googlecode.wickedcharts.highcharts.options.drilldown   
com.googlecode.wickedcharts.highcharts.options.functions   
com.googlecode.wickedcharts.highcharts.options.interaction   
com.googlecode.wickedcharts.highcharts.options.util   
 

Uses of Function in com.googlecode.wickedcharts.highcharts.jackson
 

Methods in com.googlecode.wickedcharts.highcharts.jackson with parameters of type Function
 void FunctionSerializer.serialize(Function value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
           
 

Uses of Function in com.googlecode.wickedcharts.highcharts.options
 

Methods in com.googlecode.wickedcharts.highcharts.options that return Function
 Function Events.getAddSeries()
           
 Function Events.getClick()
           
 Function Tooltip.getFormatter()
           
 Function StackLabels.getFormatter()
           
 Function Labels.getFormatter()
           
 Function DataLabels.getFormatter()
           
 Function Events.getLoad()
           
 Function Events.getMouseOut()
           
 Function Events.getMouseOver()
           
 Function Tooltip.getPositioner()
           
 Function Events.getRedraw()
           
 Function Events.getRemove()
           
 Function Events.getSelect()
           
 Function Events.getSelection()
           
 Function Events.getUnselect()
           
 Function Events.getUpdate()
           
 Function Function.setFunction(String functionBody)
           
 

Methods in com.googlecode.wickedcharts.highcharts.options with parameters of type Function
 Events Events.setAddSeries(Function addSeries)
           
 Events Events.setClick(Function click)
           
 Tooltip Tooltip.setFormatter(Function formatter)
           
 StackLabels StackLabels.setFormatter(Function formatter)
           
 Labels Labels.setFormatter(Function formatter)
           
 DataLabels DataLabels.setFormatter(Function formatter)
           
 Events Events.setLoad(Function load)
           
 Events Events.setMouseOut(Function mouseOut)
           
 Events Events.setMouseOver(Function mouseOver)
           
 Tooltip Tooltip.setPositioner(Function positioner)
           
 Events Events.setRedraw(Function redraw)
           
 Events Events.setRemove(Function remove)
           
 Events Events.setSelect(Function select)
           
 Events Events.setSelection(Function selection)
           
 Events Events.setUnselect(Function unselect)
           
 Events Events.setUpdate(Function update)
           
 

Uses of Function in com.googlecode.wickedcharts.highcharts.options.drilldown
 

Subclasses of Function in com.googlecode.wickedcharts.highcharts.options.drilldown
 class DrilldownFunction
          A javascript function that when triggered changes the options of the current chart and rerenders the chart.
 

Uses of Function in com.googlecode.wickedcharts.highcharts.options.functions
 

Subclasses of Function in com.googlecode.wickedcharts.highcharts.options.functions
 class AddPointFunction
          A javascript function that adds a point to the first series of a chart at the current mouse location.
 class DefaultFormatter
          A simple javascript function intended to use as tooltip formatter.
 class PercentageAndValueFormatter
          A javascript function intended to use as tooltip formatter.
 class PercentageFormatter
          A javascript function intended to use as tooltip formatter.
 class RedirectFunction
          JavaScript function to use for events that redirects the user to a given URL.
 class RemovePointFunction
          A javascript function that removes the currently selected point from a chart.
 class StackTotalFormatter
          A javascript function intended to use as tooltip formatter.
 

Uses of Function in com.googlecode.wickedcharts.highcharts.options.interaction
 

Subclasses of Function in com.googlecode.wickedcharts.highcharts.options.interaction
 class InteractionFunction
          This javascript function sends an AJAX request to the server.
 class SelectionFunction
          This function may be added to a ChartOptions object via Events.setSelection(Function).
 

Uses of Function in com.googlecode.wickedcharts.highcharts.options.util
 

Methods in com.googlecode.wickedcharts.highcharts.options.util with parameters of type Function
 void OptionsUtil.setChartEventsLoad(Options options, Function function)
          Null-safe setter for the chart.events.load configuration.
 



Copyright © 2013. All Rights Reserved.