A C D G I J 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
 

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.Wicket15JsonRendererFactory
 
getInstance() - Static method in class com.googlecode.wickedcharts.JavaScriptResourceRegistry
 
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.Wicket15JsonRendererFactory
Returns the singleton instance of the JsonRenderer that is configured for Wicket 1.5.x.
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
 

P

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

R

renderHead(Component, IHeaderResponse) - Method in class com.googlecode.wickedcharts.highcharts.ChartBehavior
 

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

Wicket15DrilldownProcessor - Class in com.googlecode.wickedcharts.highcharts.options.drilldown
This processor adds drilldown functionality to a chart.
Wicket15DrilldownProcessor(Component, IHeaderResponse) - Constructor for class com.googlecode.wickedcharts.highcharts.options.drilldown.Wicket15DrilldownProcessor
 
Wicket15JsonRendererFactory - Class in com.googlecode.wickedcharts.highcharts
Factory class responsible for creating a JsonRenderer instance that matches the needs of wicked-charts-wicket15.
A C D G I J P R S W 

Copyright © 2012. All Rights Reserved.