A C D G I J P R S 

A

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

C

Chart - Class in com.googlecode.wickedcharts.wicket15.highcharts
A simple markup container to display a chart.
Chart(String, Options) - Constructor for class com.googlecode.wickedcharts.wicket15.highcharts.Chart
 
Chart(String, Options, Theme) - Constructor for class com.googlecode.wickedcharts.wicket15.highcharts.Chart
 
ChartBehavior - Class in com.googlecode.wickedcharts.wicket15.highcharts.features.basic
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.wicket15.highcharts.features.basic.ChartBehavior
Constructor.
com.googlecode.wickedcharts.wicket15 - package com.googlecode.wickedcharts.wicket15
 
com.googlecode.wickedcharts.wicket15.highcharts - package com.googlecode.wickedcharts.wicket15.highcharts
 
com.googlecode.wickedcharts.wicket15.highcharts.features.basic - package com.googlecode.wickedcharts.wicket15.highcharts.features.basic
 
com.googlecode.wickedcharts.wicket15.highcharts.features.drilldown - package com.googlecode.wickedcharts.wicket15.highcharts.features.drilldown
 
com.googlecode.wickedcharts.wicket15.highcharts.features.global - package com.googlecode.wickedcharts.wicket15.highcharts.features.global
 
createChartBehavior() - Method in class com.googlecode.wickedcharts.wicket15.highcharts.Chart
Factory method for ChartBehaviors.

D

DEFAULT_HIGHCHARTS_EXPORTING_URL - Static variable in class com.googlecode.wickedcharts.wicket15.JavaScriptResourceRegistry
 
DEFAULT_HIGHCHARTS_MORE_URL - Static variable in class com.googlecode.wickedcharts.wicket15.JavaScriptResourceRegistry
 
DEFAULT_HIGHCHARTS_URL - Static variable in class com.googlecode.wickedcharts.wicket15.JavaScriptResourceRegistry
 
DEFAULT_JQUERY_URL - Static variable in class com.googlecode.wickedcharts.wicket15.JavaScriptResourceRegistry
 
DrilldownProcessor - Class in com.googlecode.wickedcharts.wicket15.highcharts.features.drilldown
This processor adds drilldown functionality to a chart.
DrilldownProcessor(Component, IHeaderResponse) - Constructor for class com.googlecode.wickedcharts.wicket15.highcharts.features.drilldown.DrilldownProcessor
 

G

getHighchartsEntry() - Method in class com.googlecode.wickedcharts.wicket15.JavaScriptResourceRegistry
 
getHighchartsExportingEntry() - Method in class com.googlecode.wickedcharts.wicket15.JavaScriptResourceRegistry
 
getHighchartsMoreEntry() - Method in class com.googlecode.wickedcharts.wicket15.JavaScriptResourceRegistry
 
getInstance() - Static method in class com.googlecode.wickedcharts.wicket15.highcharts.JsonRendererFactory
 
getInstance() - Static method in class com.googlecode.wickedcharts.wicket15.JavaScriptResourceRegistry
 
getJQueryEntry() - Method in class com.googlecode.wickedcharts.wicket15.JavaScriptResourceRegistry
 
getOptions() - Method in class com.googlecode.wickedcharts.wicket15.highcharts.Chart
 
getRenderer() - Method in class com.googlecode.wickedcharts.wicket15.highcharts.JsonRendererFactory
Returns the singleton instance of the JsonRenderer that is configured for Wicket 1.5.x.
getTheme() - Method in class com.googlecode.wickedcharts.wicket15.highcharts.Chart
 
getThemeReference() - Method in class com.googlecode.wickedcharts.wicket15.highcharts.Chart
 
getThemeUrl() - Method in class com.googlecode.wickedcharts.wicket15.highcharts.Chart
 
GlobalProcessor - Class in com.googlecode.wickedcharts.wicket15.highcharts.features.global
This processor reads the global options from an Options object and calls Highcharts' setOptions function to use the options globally for all charts.
GlobalProcessor(IHeaderResponse) - Constructor for class com.googlecode.wickedcharts.wicket15.highcharts.features.global.GlobalProcessor
 

I

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

J

JavaScriptResourceRegistry - Class in com.googlecode.wickedcharts.wicket15
A registry for the JavaScript dependencies used by wicked-charts.
JavaScriptResourceRegistry.RegistryEntry - Class in com.googlecode.wickedcharts.wicket15
 
JavaScriptResourceRegistry.RegistryEntry(ResourceReference) - Constructor for class com.googlecode.wickedcharts.wicket15.JavaScriptResourceRegistry.RegistryEntry
 
JavaScriptResourceRegistry.RegistryEntry(String) - Constructor for class com.googlecode.wickedcharts.wicket15.JavaScriptResourceRegistry.RegistryEntry
 
JsonRendererFactory - Class in com.googlecode.wickedcharts.wicket15.highcharts
Factory class responsible for creating a JsonRenderer instance that matches the needs of wicked-charts-wicket15.

P

processOptions(Options, OptionsProcessorContext) - Method in class com.googlecode.wickedcharts.wicket15.highcharts.features.drilldown.DrilldownProcessor
 
processOptions(Options, OptionsProcessorContext) - Method in class com.googlecode.wickedcharts.wicket15.highcharts.features.global.GlobalProcessor
 

R

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

S

setHighchartsExportingReference(ResourceReference) - Method in class com.googlecode.wickedcharts.wicket15.JavaScriptResourceRegistry
Sets the ResourceReference to use to load the Highcharts exporting javascript library (exporting.js).
setHighchartsExportingReference(String) - Method in class com.googlecode.wickedcharts.wicket15.JavaScriptResourceRegistry
Sets the URL to use to load the Highcharts exporting javascript library (exporting.js).
setHighchartsMoreReference(ResourceReference) - Method in class com.googlecode.wickedcharts.wicket15.JavaScriptResourceRegistry
Sets the ResourceReference to use to load the Highcharts "more" javascript library (highcharts-more.js).
setHighchartsMoreReference(String) - Method in class com.googlecode.wickedcharts.wicket15.JavaScriptResourceRegistry
Sets the URL to use to load the Highcharts "more" javascript library (highcharts-more.js).
setHighchartsReference(ResourceReference) - Method in class com.googlecode.wickedcharts.wicket15.JavaScriptResourceRegistry
Sets the ResourceReference to use to load the Highcharts javascript library (highcharts.js).
setHighchartsReference(String) - Method in class com.googlecode.wickedcharts.wicket15.JavaScriptResourceRegistry
Sets the URL to use to load the Highcharts javascript library (highcharts.js).
setJQueryReference(ResourceReference) - Method in class com.googlecode.wickedcharts.wicket15.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.wicket15.JavaScriptResourceRegistry
Sets the URL to use to load JQuery (jquery.js).
setOptions(Options) - Method in class com.googlecode.wickedcharts.wicket15.highcharts.Chart
 
setTheme(JavaScriptResourceReference) - Method in class com.googlecode.wickedcharts.wicket15.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.wicket15.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.wicket15.highcharts.Chart
Sets the theme for this chart by specifying a theme class.
setThemeReference(JavaScriptResourceReference) - Method in class com.googlecode.wickedcharts.wicket15.highcharts.Chart
 
setThemeUrl(String) - Method in class com.googlecode.wickedcharts.wicket15.highcharts.Chart
 
A C D G I J P R S 

Copyright © 2013. All Rights Reserved.