A C D G I J O P R S W 

A

addToHeaderResponse(IHeaderResponse) - Method in class com.googlecode.wickedcharts.JavaScriptResourceRegistry.RegistryEntry
 

C

Chart - Class in com.googlecode.wickedcharts.highcharts
A simple markup container to display a chart.
Chart(String, Options) - Constructor for class com.googlecode.wickedcharts.highcharts.Chart
 
Chart(String, Options, Theme) - Constructor for class com.googlecode.wickedcharts.highcharts.Chart
 
ChartBehavior - Class in com.googlecode.wickedcharts.highcharts
This behavior takes in an Options object containing the configuration of a chart and calls the proper javascript to display the chart in the component to which this behavior is added.
ChartBehavior(Chart) - Constructor for class com.googlecode.wickedcharts.highcharts.ChartBehavior
Constructor.
com.googlecode.wickedcharts - package com.googlecode.wickedcharts
 
com.googlecode.wickedcharts.highcharts - package com.googlecode.wickedcharts.highcharts
 
com.googlecode.wickedcharts.highcharts.options.drilldown - package com.googlecode.wickedcharts.highcharts.options.drilldown
 
com.googlecode.wickedcharts.highcharts.options.livedata - package com.googlecode.wickedcharts.highcharts.options.livedata
 

D

DEFAULT_HIGHCHARTS_EXPORTING_URL - Static variable in class com.googlecode.wickedcharts.JavaScriptResourceRegistry
 
DEFAULT_HIGHCHARTS_MORE_URL - Static variable in class com.googlecode.wickedcharts.JavaScriptResourceRegistry
 
DEFAULT_HIGHCHARTS_URL - Static variable in class com.googlecode.wickedcharts.JavaScriptResourceRegistry
 
DEFAULT_JQUERY_URL - Static variable in class com.googlecode.wickedcharts.JavaScriptResourceRegistry
 

G

getHighchartsEntry() - Method in class com.googlecode.wickedcharts.JavaScriptResourceRegistry
 
getHighchartsExportingEntry() - Method in class com.googlecode.wickedcharts.JavaScriptResourceRegistry
 
getHighchartsMoreEntry() - Method in class com.googlecode.wickedcharts.JavaScriptResourceRegistry
 
getInstance() - Static method in class com.googlecode.wickedcharts.highcharts.Wicket6JsonRendererFactory
 
getInstance() - Static method in class com.googlecode.wickedcharts.JavaScriptResourceRegistry
 
getIntervalJavaScriptVarName() - Method in class com.googlecode.wickedcharts.highcharts.options.livedata.Wicket6LiveDataAjaxBehavior
 
getJavaScriptVarName() - Method in class com.googlecode.wickedcharts.highcharts.Chart
 
getJQueryEntry() - Method in class com.googlecode.wickedcharts.JavaScriptResourceRegistry
 
getOptions() - Method in class com.googlecode.wickedcharts.highcharts.Chart
 
getRenderer() - Method in class com.googlecode.wickedcharts.highcharts.Wicket6JsonRendererFactory
Returns the singleton instance of the JsonRenderer that is configured for Wicket 6.x.
getSeries() - Method in class com.googlecode.wickedcharts.highcharts.options.livedata.Wicket6LiveDataAjaxBehavior
 
getTheme() - Method in class com.googlecode.wickedcharts.highcharts.Chart
 
getThemeReference() - Method in class com.googlecode.wickedcharts.highcharts.Chart
 
getThemeUrl() - Method in class com.googlecode.wickedcharts.highcharts.Chart
 

I

includeChartJavascript(IHeaderResponse, Options, JsonRenderer, String) - Method in class com.googlecode.wickedcharts.highcharts.ChartBehavior
Includes the javascript that calls the Highcharts library to visualize the chart.

J

JavaScriptResourceRegistry - Class in com.googlecode.wickedcharts
A registry for the JavaScript dependencies used by wicked-charts.
JavaScriptResourceRegistry.RegistryEntry - Class in com.googlecode.wickedcharts
 
JavaScriptResourceRegistry.RegistryEntry(ResourceReference) - Constructor for class com.googlecode.wickedcharts.JavaScriptResourceRegistry.RegistryEntry
 
JavaScriptResourceRegistry.RegistryEntry(String) - Constructor for class com.googlecode.wickedcharts.JavaScriptResourceRegistry.RegistryEntry
 

O

onConfigure(Component) - Method in class com.googlecode.wickedcharts.highcharts.ChartBehavior
 

P

processOptions(Options, OptionsProcessorContext) - Method in class com.googlecode.wickedcharts.highcharts.options.drilldown.Wicket6DrilldownProcessor
 
processOptions(Options, OptionsProcessorContext) - Method in class com.googlecode.wickedcharts.highcharts.options.livedata.Wicket6LiveDataProcessor
 

R

renderHead(Component, IHeaderResponse) - Method in class com.googlecode.wickedcharts.highcharts.ChartBehavior
 
renderHead(Component, IHeaderResponse) - Method in class com.googlecode.wickedcharts.highcharts.options.livedata.Wicket6LiveDataAjaxBehavior
 
reset() - Method in class com.googlecode.wickedcharts.highcharts.options.livedata.Wicket6LiveDataAjaxBehavior
 
respond(AjaxRequestTarget) - Method in class com.googlecode.wickedcharts.highcharts.options.livedata.Wicket6LiveDataAjaxBehavior
 

S

setHighchartsExportingReference(ResourceReference) - Method in class com.googlecode.wickedcharts.JavaScriptResourceRegistry
Sets the ResourceReference to use to load the Highcharts exporting javascript library (exporting.js).
setHighchartsExportingReference(String) - Method in class com.googlecode.wickedcharts.JavaScriptResourceRegistry
Sets the URL to use to load the Highcharts exporting javascript library (exporting.js).
setHighchartsMoreReference(ResourceReference) - Method in class com.googlecode.wickedcharts.JavaScriptResourceRegistry
Sets the ResourceReference to use to load the Highcharts "more" javascript library (highcharts-more.js).
setHighchartsMoreReference(String) - Method in class com.googlecode.wickedcharts.JavaScriptResourceRegistry
Sets the URL to use to load the Highcharts "more" javascript library (highcharts-more.js).
setHighchartsReference(ResourceReference) - Method in class com.googlecode.wickedcharts.JavaScriptResourceRegistry
Sets the ResourceReference to use to load the Highcharts javascript library (highcharts.js).
setHighchartsReference(String) - Method in class com.googlecode.wickedcharts.JavaScriptResourceRegistry
Sets the URL to use to load the Highcharts javascript library (highcharts.js).
setJQueryReference(ResourceReference) - Method in class com.googlecode.wickedcharts.JavaScriptResourceRegistry
Sets the ResourceReference to use to load JQuery (jquery.js).Use this method if you want to include the javascript file in your web application.
setJQueryReference(String) - Method in class com.googlecode.wickedcharts.JavaScriptResourceRegistry
Sets the URL to use to load JQuery (jquery.js).
setOptions(Options) - Method in class com.googlecode.wickedcharts.highcharts.Chart
 
setTheme(JavaScriptResourceReference) - Method in class com.googlecode.wickedcharts.highcharts.Chart
Sets the theme for this chart by specifying a reference to a javascript file containing the theme.
setTheme(String) - Method in class com.googlecode.wickedcharts.highcharts.Chart
Sets the theme for this chart by specifying a URL to a javascript file containing the theme.
setTheme(Theme) - Method in class com.googlecode.wickedcharts.highcharts.Chart
Sets the theme for this chart by specifying a theme class.
setThemeReference(JavaScriptResourceReference) - Method in class com.googlecode.wickedcharts.highcharts.Chart
 
setThemeUrl(String) - Method in class com.googlecode.wickedcharts.highcharts.Chart
 

W

Wicket6DrilldownProcessor - Class in com.googlecode.wickedcharts.highcharts.options.drilldown
This processor adds drilldown functionality to a chart.
Wicket6DrilldownProcessor(Component, IHeaderResponse) - Constructor for class com.googlecode.wickedcharts.highcharts.options.drilldown.Wicket6DrilldownProcessor
 
Wicket6JsonRendererFactory - Class in com.googlecode.wickedcharts.highcharts
Factory class responsible for creating a JsonRenderer instance that matches the needs of wicked-charts-wicket6.
Wicket6LiveDataAjaxBehavior - Class in com.googlecode.wickedcharts.highcharts.options.livedata
This Behavior adds javascript functionality to a chart that allows live updating of a LiveDataSeries via AJAX.
Wicket6LiveDataAjaxBehavior(LiveDataSeries) - Constructor for class com.googlecode.wickedcharts.highcharts.options.livedata.Wicket6LiveDataAjaxBehavior
 
Wicket6LiveDataFunction - Class in com.googlecode.wickedcharts.highcharts.options.livedata
This javascript function starts a javascript timer to update a LiveDataSeries.
Wicket6LiveDataFunction(Wicket6LiveDataAjaxBehavior) - Constructor for class com.googlecode.wickedcharts.highcharts.options.livedata.Wicket6LiveDataFunction
 
Wicket6LiveDataProcessor - Class in com.googlecode.wickedcharts.highcharts.options.livedata
This processor reads all LiveDataSeries from an Options object and adds a Wicket6LiveDataAjaxBehavior to the chart.
Wicket6LiveDataProcessor(Component) - Constructor for class com.googlecode.wickedcharts.highcharts.options.livedata.Wicket6LiveDataProcessor
 
A C D G I J O P R S W 

Copyright © 2012. All Rights Reserved.