A C D G I J L O P R S U W 

A

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

C

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

D

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

G

getAjaxRequestTarget() - Method in class com.googlecode.wickedcharts.wicket6.highcharts.features.interaction.WicketInteractionEvent
Returns the AjaxRequestTarget that is connected to the AJAX request that was triggered by interacting with a chart.
getCallbackScript() - Method in class com.googlecode.wickedcharts.wicket6.highcharts.features.interaction.InteractionBehavior
 
getHighchartsEntry() - Method in class com.googlecode.wickedcharts.wicket6.JavaScriptResourceRegistry
 
getHighchartsExportingEntry() - Method in class com.googlecode.wickedcharts.wicket6.JavaScriptResourceRegistry
 
getHighchartsMoreEntry() - Method in class com.googlecode.wickedcharts.wicket6.JavaScriptResourceRegistry
 
getInstance() - Static method in class com.googlecode.wickedcharts.wicket6.highcharts.JsonRendererFactory
 
getInstance() - Static method in class com.googlecode.wickedcharts.wicket6.JavaScriptResourceRegistry
 
getIntervalJavaScriptVarName() - Method in class com.googlecode.wickedcharts.wicket6.highcharts.features.livedata.LiveDataAjaxBehavior
 
getJavaScriptVarName() - Method in class com.googlecode.wickedcharts.wicket6.highcharts.Chart
 
getJQueryEntry() - Method in class com.googlecode.wickedcharts.wicket6.JavaScriptResourceRegistry
 
getOptions() - Method in class com.googlecode.wickedcharts.wicket6.highcharts.Chart
 
getRenderer() - Method in class com.googlecode.wickedcharts.wicket6.highcharts.JsonRendererFactory
Returns the singleton instance of the JsonRenderer that is configured for Wicket 6.x.
getSelectedChart() - Method in class com.googlecode.wickedcharts.wicket6.highcharts.features.interaction.WicketInteractionEvent
 
getSelectedPoint() - Method in class com.googlecode.wickedcharts.wicket6.highcharts.features.interaction.WicketInteractionEvent
 
getSelectedSeries() - Method in class com.googlecode.wickedcharts.wicket6.highcharts.features.interaction.WicketInteractionEvent
 
getSeries() - Method in class com.googlecode.wickedcharts.wicket6.highcharts.features.livedata.LiveDataAjaxBehavior
 
getTheme() - Method in class com.googlecode.wickedcharts.wicket6.highcharts.Chart
 
getThemeReference() - Method in class com.googlecode.wickedcharts.wicket6.highcharts.Chart
 
getThemeUrl() - Method in class com.googlecode.wickedcharts.wicket6.highcharts.Chart
 
GlobalProcessor - Class in com.googlecode.wickedcharts.wicket6.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.wicket6.highcharts.features.global.GlobalProcessor
 

I

includeChartJavascript(IHeaderResponse, Options, JsonRenderer, String) - Method in class com.googlecode.wickedcharts.wicket6.highcharts.features.basic.ChartBehavior
Includes the javascript that calls the Highcharts library to visualize the chart.
InteractionBehavior - Class in com.googlecode.wickedcharts.wicket6.highcharts.features.interaction
 
InteractionBehavior() - Constructor for class com.googlecode.wickedcharts.wicket6.highcharts.features.interaction.InteractionBehavior
 
InteractionProcessor - Class in com.googlecode.wickedcharts.wicket6.highcharts.features.interaction
IOptionsProcessor enabling the Client/Server Interaction for Wicket 6.
InteractionProcessor(Chart) - Constructor for class com.googlecode.wickedcharts.wicket6.highcharts.features.interaction.InteractionProcessor
 

J

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

L

LiveDataAjaxBehavior - Class in com.googlecode.wickedcharts.wicket6.highcharts.features.livedata
This Behavior adds javascript functionality to a chart that allows live updating of a LiveDataSeries via AJAX.
LiveDataAjaxBehavior(LiveDataSeries) - Constructor for class com.googlecode.wickedcharts.wicket6.highcharts.features.livedata.LiveDataAjaxBehavior
 
LiveDataFunction - Class in com.googlecode.wickedcharts.wicket6.highcharts.features.livedata
This javascript function starts a javascript timer to update a LiveDataSeries.
LiveDataFunction(LiveDataAjaxBehavior) - Constructor for class com.googlecode.wickedcharts.wicket6.highcharts.features.livedata.LiveDataFunction
 
LiveDataProcessor - Class in com.googlecode.wickedcharts.wicket6.highcharts.features.livedata
This processor reads all LiveDataSeries from an Options object and adds a LiveDataAjaxBehavior to the chart.
LiveDataProcessor(Component) - Constructor for class com.googlecode.wickedcharts.wicket6.highcharts.features.livedata.LiveDataProcessor
 

O

onBind() - Method in class com.googlecode.wickedcharts.wicket6.highcharts.features.interaction.InteractionBehavior
 
onBind() - Method in class com.googlecode.wickedcharts.wicket6.highcharts.features.livedata.LiveDataAjaxBehavior
 
onConfigure(Component) - Method in class com.googlecode.wickedcharts.wicket6.highcharts.features.basic.ChartBehavior
 
onEvent(InteractionEvent, AjaxRequestTarget) - Method in class com.googlecode.wickedcharts.wicket6.highcharts.features.interaction.InteractionBehavior
 

P

processOptions(Options, OptionsProcessorContext) - Method in class com.googlecode.wickedcharts.wicket6.highcharts.features.drilldown.DrilldownProcessor
 
processOptions(Options, OptionsProcessorContext) - Method in class com.googlecode.wickedcharts.wicket6.highcharts.features.global.GlobalProcessor
 
processOptions(Options, OptionsProcessorContext) - Method in class com.googlecode.wickedcharts.wicket6.highcharts.features.interaction.InteractionProcessor
 
processOptions(Options, OptionsProcessorContext) - Method in class com.googlecode.wickedcharts.wicket6.highcharts.features.livedata.LiveDataProcessor
 

R

renderHead(Component, IHeaderResponse) - Method in class com.googlecode.wickedcharts.wicket6.highcharts.features.basic.ChartBehavior
 
renderHead(Component, IHeaderResponse) - Method in class com.googlecode.wickedcharts.wicket6.highcharts.features.interaction.InteractionBehavior
 
renderHead(Component, IHeaderResponse) - Method in class com.googlecode.wickedcharts.wicket6.highcharts.features.livedata.LiveDataAjaxBehavior
 
reset() - Method in class com.googlecode.wickedcharts.wicket6.highcharts.features.livedata.LiveDataAjaxBehavior
 
respond(AjaxRequestTarget) - Method in class com.googlecode.wickedcharts.wicket6.highcharts.features.interaction.InteractionBehavior
 
respond(AjaxRequestTarget) - Method in class com.googlecode.wickedcharts.wicket6.highcharts.features.livedata.LiveDataAjaxBehavior
 

S

setAjaxRequestTarget(AjaxRequestTarget) - Method in class com.googlecode.wickedcharts.wicket6.highcharts.features.interaction.WicketInteractionEvent
 
setHighchartsExportingReference(ResourceReference) - Method in class com.googlecode.wickedcharts.wicket6.JavaScriptResourceRegistry
Sets the ResourceReference to use to load the Highcharts exporting javascript library (exporting.js).
setHighchartsExportingReference(String) - Method in class com.googlecode.wickedcharts.wicket6.JavaScriptResourceRegistry
Sets the URL to use to load the Highcharts exporting javascript library (exporting.js).
setHighchartsMoreReference(ResourceReference) - Method in class com.googlecode.wickedcharts.wicket6.JavaScriptResourceRegistry
Sets the ResourceReference to use to load the Highcharts "more" javascript library (highcharts-more.js).
setHighchartsMoreReference(String) - Method in class com.googlecode.wickedcharts.wicket6.JavaScriptResourceRegistry
Sets the URL to use to load the Highcharts "more" javascript library (highcharts-more.js).
setHighchartsReference(ResourceReference) - Method in class com.googlecode.wickedcharts.wicket6.JavaScriptResourceRegistry
Sets the ResourceReference to use to load the Highcharts javascript library (highcharts.js).
setHighchartsReference(String) - Method in class com.googlecode.wickedcharts.wicket6.JavaScriptResourceRegistry
Sets the URL to use to load the Highcharts javascript library (highcharts.js).
setJQueryReference(ResourceReference) - Method in class com.googlecode.wickedcharts.wicket6.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.wicket6.JavaScriptResourceRegistry
Sets the URL to use to load JQuery (jquery.js).
setOptions(Options) - Method in class com.googlecode.wickedcharts.wicket6.highcharts.Chart
 
setSelectedChart(Options) - Method in class com.googlecode.wickedcharts.wicket6.highcharts.features.interaction.WicketInteractionEvent
 
setSelectedPoint(Point) - Method in class com.googlecode.wickedcharts.wicket6.highcharts.features.interaction.WicketInteractionEvent
 
setSelectedSeries(Series<?>) - Method in class com.googlecode.wickedcharts.wicket6.highcharts.features.interaction.WicketInteractionEvent
 
setTheme(JavaScriptResourceReference) - Method in class com.googlecode.wickedcharts.wicket6.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.wicket6.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.wicket6.highcharts.Chart
Sets the theme for this chart by specifying a theme class.
setThemeReference(JavaScriptResourceReference) - Method in class com.googlecode.wickedcharts.wicket6.highcharts.Chart
 
setThemeUrl(String) - Method in class com.googlecode.wickedcharts.wicket6.highcharts.Chart
 

U

updateAjaxAttributes(AjaxRequestAttributes) - Method in class com.googlecode.wickedcharts.wicket6.highcharts.features.interaction.InteractionBehavior
 

W

WicketInteractionEvent - Class in com.googlecode.wickedcharts.wicket6.highcharts.features.interaction
Wicket-specific extension of InteractionEvent.
A C D G I J L O P R S U W 

Copyright © 2013. All Rights Reserved.