A B C D E F G H I J L M N O P R S T V W 
All Classes All Packages

A

AbstractOptionHelper - Class in org.wicketstuff.gchart.gchart.options
Abstract superclass for alle implementations of OptionHelper.
AbstractOptionHelper(Chart) - Constructor for class org.wicketstuff.gchart.gchart.options.AbstractOptionHelper
 
addChart(Chart) - Method in interface org.wicketstuff.gchart.ChartLibLoader
Add a chart to the loader, so it's package is loaded to.
addChart(Chart) - Method in class org.wicketstuff.gchart.ChartLibLoaderBehavior
 
addDualAxisOptions(ChartOptions, String[], String[]) - Method in class org.wicketstuff.gchart.gchart.options.AbstractOptionHelper
 
addDualAxisOptions(ChartOptions, String[], String[]) - Method in interface org.wicketstuff.gchart.gchart.options.OptionHelper
Add a definition of dual axis to the root of ChartOptions.
addDualAxisOptions(ChartOptions, String[], String[], String[]) - Method in class org.wicketstuff.gchart.gchart.options.AbstractOptionHelper
 
addDualAxisOptions(ChartOptions, String[], String[], String[]) - Method in interface org.wicketstuff.gchart.gchart.options.OptionHelper
Add a definition of dual axis to the root of ChartOptions.
addDualAxisOptions(ChartOptions, String[], String[], String[], OptionModifier[], OptionModifier[]) - Method in class org.wicketstuff.gchart.gchart.options.ClassicOptionHelper
 
addDualAxisOptions(ChartOptions, String[], String[], String[], OptionModifier[], OptionModifier[]) - Method in class org.wicketstuff.gchart.gchart.options.MaterialOptionHelper
 
addDualAxisOptions(ChartOptions, String[], String[], String[], OptionModifier[], OptionModifier[]) - Method in interface org.wicketstuff.gchart.gchart.options.OptionHelper
Add a definition of dual axis to the root of ChartOptions.
addDualAxisOptions(ChartOptions, String[], String[], OptionModifier[], OptionModifier[]) - Method in class org.wicketstuff.gchart.gchart.options.AbstractOptionHelper
 
addDualAxisOptions(ChartOptions, String[], String[], OptionModifier[], OptionModifier[]) - Method in interface org.wicketstuff.gchart.gchart.options.OptionHelper
Add a definition of dual axis to the root of ChartOptions.
addRow(Collection<Object>) - Method in class org.wicketstuff.gchart.DataTable
 
addRow(DataRow) - Method in class org.wicketstuff.gchart.DataTable
 
addSubTitle(ChartOptions) - Method in class org.wicketstuff.gchart.gchart.options.AbstractOptionHelper
 
addSubTitle(ChartOptions) - Method in interface org.wicketstuff.gchart.gchart.options.OptionHelper
Add a subTitle of the chart to the root of ChartOptions.
addSubTitle(ChartOptions, String) - Method in class org.wicketstuff.gchart.gchart.options.ClassicOptionHelper
 
addSubTitle(ChartOptions, String) - Method in class org.wicketstuff.gchart.gchart.options.MaterialOptionHelper
 
addSubTitle(ChartOptions, String) - Method in interface org.wicketstuff.gchart.gchart.options.OptionHelper
Add a subTitle of the chart to the root of ChartOptions.
addSubTitle(ChartOptions, IModel<String>) - Method in class org.wicketstuff.gchart.gchart.options.ClassicOptionHelper
 
addSubTitle(ChartOptions, IModel<String>) - Method in class org.wicketstuff.gchart.gchart.options.MaterialOptionHelper
 
addSubTitle(ChartOptions, IModel<String>) - Method in interface org.wicketstuff.gchart.gchart.options.OptionHelper
Add a subTitle of the chart to the root of ChartOptions.
addTitle(ChartOptions) - Method in class org.wicketstuff.gchart.gchart.options.AbstractOptionHelper
 
addTitle(ChartOptions) - Method in interface org.wicketstuff.gchart.gchart.options.OptionHelper
Add a title of the chart to the root of ChartOptions.
addTitle(ChartOptions, String) - Method in class org.wicketstuff.gchart.gchart.options.ClassicOptionHelper
 
addTitle(ChartOptions, String) - Method in class org.wicketstuff.gchart.gchart.options.MaterialOptionHelper
 
addTitle(ChartOptions, String) - Method in interface org.wicketstuff.gchart.gchart.options.OptionHelper
Add a title of the chart to the root of ChartOptions.
addTitle(ChartOptions, IModel<String>) - Method in class org.wicketstuff.gchart.gchart.options.ClassicOptionHelper
 
addTitle(ChartOptions, IModel<String>) - Method in class org.wicketstuff.gchart.gchart.options.MaterialOptionHelper
 
addTitle(ChartOptions, IModel<String>) - Method in interface org.wicketstuff.gchart.gchart.options.OptionHelper
Add a title of the chart to the root of ChartOptions.
ANNOTATION - org.wicketstuff.gchart.ChartType
 
ANNOTATION - org.wicketstuff.gchart.ColumnRole
 
ANNOTATIONTEXT - org.wicketstuff.gchart.ColumnRole
 
AREA - org.wicketstuff.gchart.ChartType
 
axis(String) - Method in interface org.wicketstuff.gchart.gchart.options.builder.IOptionBuilder
Add a axis with a title from i18n.
axis(String) - Method in class org.wicketstuff.gchart.gchart.options.builder.OptionBuilder
 
axis(String, String) - Method in interface org.wicketstuff.gchart.gchart.options.builder.IOptionBuilder
Add a axis title direct from String.
axis(String, String) - Method in class org.wicketstuff.gchart.gchart.options.builder.OptionBuilder
 
axis(String, IModel<String>) - Method in interface org.wicketstuff.gchart.gchart.options.builder.IOptionBuilder
Add a axis, give the model for the title of the axis.
axis(String, IModel<String>) - Method in class org.wicketstuff.gchart.gchart.options.builder.OptionBuilder
 
axisMap - Variable in class org.wicketstuff.gchart.gchart.options.builder.OptionBuilder
 
axisModifierMap - Variable in class org.wicketstuff.gchart.gchart.options.builder.OptionBuilder
 

B

BAR - org.wicketstuff.gchart.ChartType
 
bind(Component) - Method in class org.wicketstuff.gchart.ChartLibLoaderBehavior
 
BOOLEAN - org.wicketstuff.gchart.ColumnType
 
BUBBLE - org.wicketstuff.gchart.ChartType
 
build() - Method in class org.wicketstuff.gchart.gchart.options.builder.ClassicOptionBuilder
 
build() - Method in interface org.wicketstuff.gchart.gchart.options.builder.IOptionBuilder
Return the ChartOptions defined by previous fluent calls.

C

CALENDAR - org.wicketstuff.gchart.ChartType
 
CANDLESTICK - org.wicketstuff.gchart.ChartType
 
CERTAINTY - org.wicketstuff.gchart.ColumnRole
 
chart - Variable in class org.wicketstuff.gchart.gchart.options.AbstractOptionHelper
 
chart - Variable in class org.wicketstuff.gchart.gchart.options.builder.OptionBuilder
 
Chart - Class in org.wicketstuff.gchart
Abstraction of Google charts for wicket.
Chart(String) - Constructor for class org.wicketstuff.gchart.Chart
Basic Constructor.
Chart(String, IModel<ChartType>, IModel<ChartOptions>, IModel<DataTable>) - Constructor for class org.wicketstuff.gchart.Chart
Complete Constructor.
Chart(String, IModel<ChartType>, IModel<ChartOptions>, IModel<DataTable>, ChartLibLoader) - Constructor for class org.wicketstuff.gchart.Chart
Complete Constructor.
ChartLibLoader - Interface in org.wicketstuff.gchart
Interface for implementation of central lib and package loading mechanism.
ChartLibLoaderBehavior - Class in org.wicketstuff.gchart
Behavior to bundle the Google chart lib loading and package declaration for multiple charts on one page.
ChartLibLoaderBehavior() - Constructor for class org.wicketstuff.gchart.ChartLibLoaderBehavior
 
ChartOptions - Class in org.wicketstuff.gchart.gchart.options
Specialization of HashMap<String, Object> to hold chart options and generate JSON to represent them.
ChartOptions() - Constructor for class org.wicketstuff.gchart.gchart.options.ChartOptions
Default constructor.
ChartOptions(String) - Constructor for class org.wicketstuff.gchart.gchart.options.ChartOptions
Constructor defining name.
ChartOptions(String, Map<? extends String, ? extends Object>) - Constructor for class org.wicketstuff.gchart.gchart.options.ChartOptions
Constructor from another map.
ChartOptions(ChartOptions) - Constructor for class org.wicketstuff.gchart.gchart.options.ChartOptions
 
ChartType - Enum in org.wicketstuff.gchart
Selection of chart types.
classic(Chart) - Static method in class org.wicketstuff.gchart.gchart.options.builder.OptionBuilder
 
ClassicOptionBuilder - Class in org.wicketstuff.gchart.gchart.options.builder
 
ClassicOptionBuilder(Chart) - Constructor for class org.wicketstuff.gchart.gchart.options.builder.ClassicOptionBuilder
 
ClassicOptionHelper - Class in org.wicketstuff.gchart.gchart.options
Implementation of OptionHelper for Classic Charts.
ClassicOptionHelper(Chart) - Constructor for class org.wicketstuff.gchart.gchart.options.ClassicOptionHelper
 
COLUMN - org.wicketstuff.gchart.ChartType
 
ColumnDeclaration - Class in org.wicketstuff.gchart
Abstraction of a data column defintion.
ColumnDeclaration(String, ColumnType) - Constructor for class org.wicketstuff.gchart.ColumnDeclaration
Default constructor.
ColumnDeclaration(String, ColumnType, IModel<String>) - Constructor for class org.wicketstuff.gchart.ColumnDeclaration
Constructor with label.
ColumnDeclaration(String, ColumnType, ColumnRole) - Constructor for class org.wicketstuff.gchart.ColumnDeclaration
Constructor with role.
ColumnDeclaration(ColumnType) - Constructor for class org.wicketstuff.gchart.ColumnDeclaration
Default constructor.
ColumnDeclaration(ColumnType, String) - Constructor for class org.wicketstuff.gchart.ColumnDeclaration
Constructor with label as String.
ColumnDeclaration(ColumnType, IModel<String>) - Constructor for class org.wicketstuff.gchart.ColumnDeclaration
Constructor with label.
ColumnDeclaration(ColumnType, ColumnRole) - Constructor for class org.wicketstuff.gchart.ColumnDeclaration
Constructor with role.
ColumnRole - Enum in org.wicketstuff.gchart
Roles of columns in chart.
ColumnType - Enum in org.wicketstuff.gchart
Google Column Types, see DataTable.
COMBO - org.wicketstuff.gchart.ChartType
 
configureAjaxUpdate(AjaxRequestTarget) - Method in class org.wicketstuff.gchart.Chart
Configure an ajax response to redraw the chart.
createExplicitJsDate(Calendar) - Static method in class org.wicketstuff.gchart.DataCell
Convert a Calendar object to a JavaScript Date() call that generates the same value.
createJavaScriptBuilder() - Method in class org.wicketstuff.gchart.Chart
Create a builder containing the standard javascript without wrapper.
createJsDate(Calendar) - Static method in class org.wicketstuff.gchart.DataCell
Convert a Calendar object to a JavaScript Date() call that generates the same value.
createJsDate(Date) - Static method in class org.wicketstuff.gchart.DataCell
Convert a Date object to a JavaScript Date() call that generates the same value.
createLoaderItem() - Method in class org.wicketstuff.gchart.Chart
Create the JavaScript for the Google loader.
createLoaderStatement() - Method in class org.wicketstuff.gchart.Chart
Create the load statement of the chart lib with package, language and Maps API key declaration as defined by the chart and its ChartType.
createRedrawJavaScript() - Method in class org.wicketstuff.gchart.Chart
Create a a redraw script for responsive charts.
createWrapperJavaScriptBuilder() - Method in class org.wicketstuff.gchart.Chart
Create a builder containing the javascript with use of ChartWrapper.

D

DataCell - Class in org.wicketstuff.gchart
Cell object for data values with more features.
DataCell(Object) - Constructor for class org.wicketstuff.gchart.DataCell
 
DataCell(Object, String) - Constructor for class org.wicketstuff.gchart.DataCell
 
DataCell(Object, String, Map<String, Object>) - Constructor for class org.wicketstuff.gchart.DataCell
 
DataCell(Object, Format) - Constructor for class org.wicketstuff.gchart.DataCell
 
DataRow - Class in org.wicketstuff.gchart
Modelling one row of data as List.
DataRow() - Constructor for class org.wicketstuff.gchart.DataRow
 
DataRow(int) - Constructor for class org.wicketstuff.gchart.DataRow
 
DataRow(Collection<? extends Object>) - Constructor for class org.wicketstuff.gchart.DataRow
 
DataTable - Class in org.wicketstuff.gchart
Abstraction of a datatable.
DataTable(String, Collection<ColumnDeclaration>, Collection<DataRow>) - Constructor for class org.wicketstuff.gchart.DataTable
 
DataTable(String, Collection<ColumnDeclaration>, Collection<DataRow>, Map<String, Object>) - Constructor for class org.wicketstuff.gchart.DataTable
 
DATE - org.wicketstuff.gchart.ColumnType
 
DATETIME - org.wicketstuff.gchart.ColumnType
 

E

EMPHASIS - org.wicketstuff.gchart.ColumnRole
 
equals(Object) - Method in class org.wicketstuff.gchart.gchart.options.ChartOptions
 

F

fromArray(Object[][]) - Static method in class org.wicketstuff.gchart.DataTable
Create rows for the datatable from an array.
fromJson(JSONObject) - Static method in class org.wicketstuff.gchart.gchart.options.ChartOptions
Build instance from a JSONobject.
fromJson(String) - Static method in class org.wicketstuff.gchart.gchart.options.ChartOptions
Build an instance from a JSON string for instance as seen in tutorials.
fromJSON(JSONObject) - Static method in class org.wicketstuff.gchart.ColumnDeclaration
Build instance from a JSONobject.
fromJSON(String) - Static method in class org.wicketstuff.gchart.ColumnDeclaration
Build an instance from a JSON string for instance as seen in tutorials.

G

GANTT - org.wicketstuff.gchart.ChartType
 
GAUGE - org.wicketstuff.gchart.ChartType
 
GEO - org.wicketstuff.gchart.ChartType
Geocharts need Maps API key, see Chart.setMapsApiKey(java.lang.String)
getAxisName() - Method in class org.wicketstuff.gchart.gchart.options.builder.OptionBuilder.SeriesDeclaration
 
getCallbackId() - Method in class org.wicketstuff.gchart.Chart
Make a callback identifier from chart id.
getChartBaseResourceKey() - Method in class org.wicketstuff.gchart.gchart.options.AbstractOptionHelper
 
getChartBaseResourceKey() - Method in interface org.wicketstuff.gchart.gchart.options.builder.IOptionBuilder
Helper function to build resource base key for a chart and it's id according to a convention.
getChartBaseResourceKey() - Method in class org.wicketstuff.gchart.gchart.options.builder.OptionBuilder
 
getChartBaseResourceKey() - Method in interface org.wicketstuff.gchart.gchart.options.OptionHelper
Generate the base resource key for the chart.
getChartBaseResourceKey(String) - Static method in class org.wicketstuff.gchart.gchart.options.AbstractOptionHelper
Helper function to build resource base key for a chart and it's id according to a convention.
getChartBaseResourceKey(String) - Static method in class org.wicketstuff.gchart.gchart.options.builder.OptionBuilder
Helper function to build resource base key for a chart and it's id according to a convention.
getChartClass() - Method in enum org.wicketstuff.gchart.ChartType
Get the class name of the chart type.
getChartId() - Method in class org.wicketstuff.gchart.Chart
Make a chart identifier from chart id.
getChartLabelResourceModel(String) - Method in class org.wicketstuff.gchart.gchart.options.AbstractOptionHelper
 
getChartLabelResourceModel(String) - Method in interface org.wicketstuff.gchart.gchart.options.builder.IOptionBuilder
Generate a wrapped ResourceModel for the Chart component.
getChartLabelResourceModel(String) - Method in class org.wicketstuff.gchart.gchart.options.builder.OptionBuilder
 
getChartLabelResourceModel(String) - Method in interface org.wicketstuff.gchart.gchart.options.OptionHelper
Generate a wrapped ResourceModel for the Chart component.
getCharts() - Method in class org.wicketstuff.gchart.ChartLibLoaderBehavior
 
getColumnDescs() - Method in class org.wicketstuff.gchart.DataTable
 
getDataModel() - Method in class org.wicketstuff.gchart.Chart
 
getDataTableId() - Method in class org.wicketstuff.gchart.Chart
Make a data table id from chart id.
getFormat() - Method in class org.wicketstuff.gchart.DataCell
 
getFormatted() - Method in class org.wicketstuff.gchart.DataCell
Return the formatted value.
getHeaderItem() - Method in interface org.wicketstuff.gchart.ChartLibLoader
Get the HeaderItem the loader adds, only to make dependencies to.
getHeaderItem() - Method in class org.wicketstuff.gchart.ChartLibLoaderBehavior
 
getHours() - Method in class org.wicketstuff.gchart.TimeOfDay
 
getId() - Method in class org.wicketstuff.gchart.ColumnDeclaration
 
getJavaScriptHeaderItem() - Method in class org.wicketstuff.gchart.Chart
Create the Javascript HeaderItem for the chart without dependencies for ajax.
getJsValue(Object) - Static method in class org.wicketstuff.gchart.DataCell
Create a representation of a Java object suitable for a put operation to a JSONObject.
getLabel() - Method in class org.wicketstuff.gchart.ColumnDeclaration
 
getLabelModel() - Method in class org.wicketstuff.gchart.ColumnDeclaration
 
getLoader() - Method in class org.wicketstuff.gchart.Chart
 
getLoaderUrl() - Method in class org.wicketstuff.gchart.Chart
Get Google Loader URL.
getLoaderUrl() - Method in class org.wicketstuff.gchart.ChartLibLoaderBehavior
Get Google loader URL.
getLoadPackage() - Method in enum org.wicketstuff.gchart.ChartType
Package name of the type to use in the loader.
getLocale() - Method in class org.wicketstuff.gchart.Chart
The Locale is used to render a language = "de" in the load statement like in the example:
getLocale() - Method in class org.wicketstuff.gchart.ChartLibLoaderBehavior
The Locale is used to render a language = "de" in the load statement like in the example:
getMapsApiKey() - Method in class org.wicketstuff.gchart.Chart
Getter for Google Maps API key for geo- and map charts.
getMilliseconds() - Method in class org.wicketstuff.gchart.TimeOfDay
 
getMinutes() - Method in class org.wicketstuff.gchart.TimeOfDay
 
getModelObjects() - Method in class org.wicketstuff.gchart.gchart.options.ChartOptions
Create a deep copy of the instance, where all models (instanceof IModel) are replaced with there value by getObject().
getModifier() - Method in class org.wicketstuff.gchart.gchart.options.builder.OptionBuilder.SeriesDeclaration
 
getName() - Method in class org.wicketstuff.gchart.DataTable
 
getName() - Method in class org.wicketstuff.gchart.gchart.options.ChartOptions
 
getOptionModel() - Method in class org.wicketstuff.gchart.Chart
 
getOptionsId() - Method in class org.wicketstuff.gchart.Chart
Make a options id from chart id.
getPattern() - Method in class org.wicketstuff.gchart.ColumnDeclaration
 
getProperties() - Method in class org.wicketstuff.gchart.ColumnDeclaration
 
getProperties() - Method in class org.wicketstuff.gchart.DataCell
 
getProperties() - Method in class org.wicketstuff.gchart.DataTable
 
getRedrawScriptId() - Method in class org.wicketstuff.gchart.Chart
Make a script id for redraw script from chart id.
getRole() - Method in class org.wicketstuff.gchart.ColumnDeclaration
 
getRows() - Method in class org.wicketstuff.gchart.DataTable
 
getScriptId() - Method in class org.wicketstuff.gchart.Chart
Make a script id from chart id.
getSeconds() - Method in class org.wicketstuff.gchart.TimeOfDay
 
getTimeOfDayArray() - Method in class org.wicketstuff.gchart.TimeOfDay
 
getType() - Method in class org.wicketstuff.gchart.ColumnDeclaration
 
getTypeModel() - Method in class org.wicketstuff.gchart.Chart
 
getValue() - Method in class org.wicketstuff.gchart.DataCell
 
GoogleChartBehavior - Class in org.wicketstuff.gchart
 
GoogleChartBehavior(Chart, String) - Constructor for class org.wicketstuff.gchart.GoogleChartBehavior
 

H

hashCode() - Method in class org.wicketstuff.gchart.gchart.options.ChartOptions
 
hasModifier() - Method in class org.wicketstuff.gchart.gchart.options.builder.OptionBuilder.SeriesDeclaration
Calc if there is a modifier defined.
HISTOGRAM - org.wicketstuff.gchart.ChartType
 

I

initLoaderBuilder() - Method in class org.wicketstuff.gchart.Chart
Create a StringBuilder for generating Javascript.
INTERVAL - org.wicketstuff.gchart.ColumnRole
 
IOptionBuilder - Interface in org.wicketstuff.gchart.gchart.options.builder
 
isRenderLocale() - Method in class org.wicketstuff.gchart.ChartLibLoaderBehavior
 
isResponsive() - Method in class org.wicketstuff.gchart.Chart
Should some JavaScript be added to make the Chart responsive.

J

JavaScriptable - Interface in org.wicketstuff.gchart
Interface for object that render a part of google chart's javascript.
Jsonable - Interface in org.wicketstuff.gchart
Interface for object that can render a JSON representation of an instance.

L

LINE - org.wicketstuff.gchart.ChartType
 
LINE_MATERIAL - org.wicketstuff.gchart.ChartType
 
LOADER_SCRIPT_ID - Static variable in class org.wicketstuff.gchart.ChartLibLoaderBehavior
 
LOADER_URL - Static variable in class org.wicketstuff.gchart.Chart
URL for Google lib loader

M

MAP - org.wicketstuff.gchart.ChartType
Map charts need Maps API key, see Chart.setMapsApiKey(java.lang.String)
mapSeries(String) - Method in interface org.wicketstuff.gchart.gchart.options.builder.IOptionBuilder
Map a serie to an axis by the axisname.
mapSeries(String) - Method in class org.wicketstuff.gchart.gchart.options.builder.OptionBuilder
 
mapSeries(String, OptionModifier) - Method in interface org.wicketstuff.gchart.gchart.options.builder.IOptionBuilder
Map a serie to an axis by the axisname.
mapSeries(String, OptionModifier) - Method in class org.wicketstuff.gchart.gchart.options.builder.OptionBuilder
 
MaterialOptionHelper - Class in org.wicketstuff.gchart.gchart.options
Implementation of OptionHelper for Material Charts.
MaterialOptionHelper(Chart) - Constructor for class org.wicketstuff.gchart.gchart.options.MaterialOptionHelper
 
ModelAwareJSONObject - Class in org.wicketstuff.gchart.gchart.json
 
ModelAwareJSONObject() - Constructor for class org.wicketstuff.gchart.gchart.json.ModelAwareJSONObject
 
ModelAwareJSONObject(JSONObject, String[]) - Constructor for class org.wicketstuff.gchart.gchart.json.ModelAwareJSONObject
 
ModelAwareJSONObject(JSONTokener) - Constructor for class org.wicketstuff.gchart.gchart.json.ModelAwareJSONObject
 
ModelAwareJSONObject(Object) - Constructor for class org.wicketstuff.gchart.gchart.json.ModelAwareJSONObject
 
ModelAwareJSONObject(String) - Constructor for class org.wicketstuff.gchart.gchart.json.ModelAwareJSONObject
 
ModelAwareJSONObject(Map) - Constructor for class org.wicketstuff.gchart.gchart.json.ModelAwareJSONObject
 
ModelAwareJSONStringer - Class in org.wicketstuff.gchart.gchart.json
Subclass of JSONStringer, that dereferences models (instanceof IModel) before rendering to JSON.
ModelAwareJSONStringer() - Constructor for class org.wicketstuff.gchart.gchart.json.ModelAwareJSONStringer
 
modify(ChartOptions) - Method in interface org.wicketstuff.gchart.gchart.options.OptionModifier
Do modifications on the options node.
modifyAxis(String, OptionModifier) - Method in interface org.wicketstuff.gchart.gchart.options.builder.IOptionBuilder
Add a modifier to configure options for the axis.
modifyAxis(String, OptionModifier) - Method in class org.wicketstuff.gchart.gchart.options.builder.OptionBuilder
 

N

NUMBER - org.wicketstuff.gchart.ColumnType
 

O

onDetach() - Method in class org.wicketstuff.gchart.Chart
 
OptionBuilder - Class in org.wicketstuff.gchart.gchart.options.builder
 
OptionBuilder(Chart) - Constructor for class org.wicketstuff.gchart.gchart.options.builder.OptionBuilder
 
OptionBuilder.SeriesDeclaration - Class in org.wicketstuff.gchart.gchart.options.builder
Class for a record of sieries axis mapping and associated OptionModifier.
OptionHelper - Interface in org.wicketstuff.gchart.gchart.options
Utility methods to generate more complex constructs in ChartOptions.
OptionModifier - Interface in org.wicketstuff.gchart.gchart.options
Interface for a callback, that modifies a ChartOption.
ORG - org.wicketstuff.gchart.ChartType
 
org.wicketstuff.gchart - package org.wicketstuff.gchart
 
org.wicketstuff.gchart.gchart.json - package org.wicketstuff.gchart.gchart.json
 
org.wicketstuff.gchart.gchart.options - package org.wicketstuff.gchart.gchart.options
 
org.wicketstuff.gchart.gchart.options.builder - package org.wicketstuff.gchart.gchart.options.builder
 

P

PIE - org.wicketstuff.gchart.ChartType
PieChart.

R

removeChart(Chart) - Method in interface org.wicketstuff.gchart.ChartLibLoader
Remove a previous added chart.
removeChart(Chart) - Method in class org.wicketstuff.gchart.ChartLibLoaderBehavior
 
renderHead(Component, IHeaderResponse) - Method in class org.wicketstuff.gchart.ChartLibLoaderBehavior
 
renderHead(Component, IHeaderResponse) - Method in class org.wicketstuff.gchart.GoogleChartBehavior
 
renderHead(IHeaderResponse) - Method in class org.wicketstuff.gchart.Chart
 

S

SANKEY - org.wicketstuff.gchart.ChartType
 
SCATTER - org.wicketstuff.gchart.ChartType
 
SCOPE - org.wicketstuff.gchart.ColumnRole
 
SeriesDeclaration(String) - Constructor for class org.wicketstuff.gchart.gchart.options.builder.OptionBuilder.SeriesDeclaration
Declares a series without modifier.
SeriesDeclaration(String, OptionModifier) - Constructor for class org.wicketstuff.gchart.gchart.options.builder.OptionBuilder.SeriesDeclaration
Declares a series with modifier.
setDataModel(IModel<DataTable>) - Method in class org.wicketstuff.gchart.Chart
 
setFormat(Format) - Method in class org.wicketstuff.gchart.DataCell
Format used for calculating the value to a String used for rendering of f in JavaScript.
setFormatted(String) - Method in class org.wicketstuff.gchart.DataCell
 
setHours(int) - Method in class org.wicketstuff.gchart.TimeOfDay
 
setId(String) - Method in class org.wicketstuff.gchart.ColumnDeclaration
 
setLabelModel(IModel<String>) - Method in class org.wicketstuff.gchart.ColumnDeclaration
 
setLocale(Locale) - Method in class org.wicketstuff.gchart.Chart
Override default Locale for the chart.
setLocale(Locale) - Method in class org.wicketstuff.gchart.ChartLibLoaderBehavior
 
setMapsApiKey(String) - Method in class org.wicketstuff.gchart.Chart
Setter for Google Maps API key for geo- and map charts.
setMilliseconds(int) - Method in class org.wicketstuff.gchart.TimeOfDay
 
setMinutes(int) - Method in class org.wicketstuff.gchart.TimeOfDay
 
setName(String) - Method in class org.wicketstuff.gchart.gchart.options.ChartOptions
 
setOptionModel(IModel<ChartOptions>) - Method in class org.wicketstuff.gchart.Chart
 
setPattern(String) - Method in class org.wicketstuff.gchart.ColumnDeclaration
Just given for completeness, Google Charts does not use this value at the moment.
setRenderLocale(boolean) - Method in class org.wicketstuff.gchart.ChartLibLoaderBehavior
 
setResponsive(boolean) - Method in class org.wicketstuff.gchart.Chart
Set this to true if some JavaScript should be added to make the Chart responsive.
setRole(ColumnRole) - Method in class org.wicketstuff.gchart.ColumnDeclaration
Set role of column.
setSeconds(int) - Method in class org.wicketstuff.gchart.TimeOfDay
 
setType(ColumnType) - Method in class org.wicketstuff.gchart.ColumnDeclaration
 
setTypeModel(IModel<ChartType>) - Method in class org.wicketstuff.gchart.Chart
 
setValue(Object) - Method in class org.wicketstuff.gchart.DataCell
 
STEPPEDAREA - org.wicketstuff.gchart.ChartType
 
STRING - org.wicketstuff.gchart.ColumnType
 
STYLE - org.wicketstuff.gchart.ColumnRole
 
subTitle() - Method in interface org.wicketstuff.gchart.gchart.options.builder.IOptionBuilder
Add a subTitle of the chart from i18n.
subTitle() - Method in class org.wicketstuff.gchart.gchart.options.builder.OptionBuilder
 
subTitle(String) - Method in interface org.wicketstuff.gchart.gchart.options.builder.IOptionBuilder
Add a subTitle of the chart direct from String.
subTitle(String) - Method in class org.wicketstuff.gchart.gchart.options.builder.OptionBuilder
 
subTitle(IModel<String>) - Method in interface org.wicketstuff.gchart.gchart.options.builder.IOptionBuilder
Give the model for the subTitle of the chart.
subTitle(IModel<String>) - Method in class org.wicketstuff.gchart.gchart.options.builder.OptionBuilder
 
subTitleModel - Variable in class org.wicketstuff.gchart.gchart.options.builder.OptionBuilder
 

T

TABLE - org.wicketstuff.gchart.ChartType
 
TIMELINE - org.wicketstuff.gchart.ChartType
 
TimeOfDay - Class in org.wicketstuff.gchart
A time of day value as defined in Google charts.
TimeOfDay(int, int, int) - Constructor for class org.wicketstuff.gchart.TimeOfDay
 
TimeOfDay(int, int, int, int) - Constructor for class org.wicketstuff.gchart.TimeOfDay
 
TimeOfDay(Calendar) - Constructor for class org.wicketstuff.gchart.TimeOfDay
 
TimeOfDay(Date) - Constructor for class org.wicketstuff.gchart.TimeOfDay
 
TIMEOFDAY - org.wicketstuff.gchart.ColumnType
 
title() - Method in interface org.wicketstuff.gchart.gchart.options.builder.IOptionBuilder
Add a title of the chart from i18n.
title() - Method in class org.wicketstuff.gchart.gchart.options.builder.OptionBuilder
 
title(String) - Method in interface org.wicketstuff.gchart.gchart.options.builder.IOptionBuilder
Add a title of the chart direct from String.
title(String) - Method in class org.wicketstuff.gchart.gchart.options.builder.OptionBuilder
 
title(IModel<String>) - Method in interface org.wicketstuff.gchart.gchart.options.builder.IOptionBuilder
Give the model for the title of the chart.
title(IModel<String>) - Method in class org.wicketstuff.gchart.gchart.options.builder.OptionBuilder
 
titleModel - Variable in class org.wicketstuff.gchart.gchart.options.builder.OptionBuilder
 
toJavaScript() - Method in class org.wicketstuff.gchart.Chart
 
toJavaScript() - Method in class org.wicketstuff.gchart.ChartLibLoaderBehavior
 
toJavaScript() - Method in enum org.wicketstuff.gchart.ChartType
 
toJavaScript() - Method in enum org.wicketstuff.gchart.ColumnRole
 
toJavaScript() - Method in enum org.wicketstuff.gchart.ColumnType
 
toJavaScript() - Method in class org.wicketstuff.gchart.DataTable
Generate declaration js for datatable variable.
toJavaScript() - Method in class org.wicketstuff.gchart.gchart.options.ChartOptions
 
toJavaScript() - Method in interface org.wicketstuff.gchart.JavaScriptable
Return the JavaScript part.
toJavaScript(String) - Method in class org.wicketstuff.gchart.DataTable
Generate declaration js for datatable variable.
toJavaScript(String) - Method in class org.wicketstuff.gchart.gchart.options.ChartOptions
Generate declaration js for options variable.
toJSON() - Method in class org.wicketstuff.gchart.Chart
 
toJSON() - Method in class org.wicketstuff.gchart.ColumnDeclaration
 
toJSON() - Method in class org.wicketstuff.gchart.DataCell
 
toJSON() - Method in class org.wicketstuff.gchart.DataRow
 
toJSON() - Method in class org.wicketstuff.gchart.DataTable
 
toJSON() - Method in class org.wicketstuff.gchart.gchart.options.ChartOptions
 
toJSON() - Method in interface org.wicketstuff.gchart.Jsonable
Create the JSON serialization of the instance.
TOOLTIP - org.wicketstuff.gchart.ColumnRole
 
toString() - Method in class org.wicketstuff.gchart.gchart.json.ModelAwareJSONObject
 
TREEMAP - org.wicketstuff.gchart.ChartType
 

V

value(Object) - Method in class org.wicketstuff.gchart.gchart.json.ModelAwareJSONStringer
 
valueOf(String) - Static method in enum org.wicketstuff.gchart.ChartType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wicketstuff.gchart.ColumnRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wicketstuff.gchart.ColumnType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.wicketstuff.gchart.ChartType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wicketstuff.gchart.ColumnRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wicketstuff.gchart.ColumnType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WORDTREE - org.wicketstuff.gchart.ChartType
 
A B C D E F G H I J L M N O P R S T V W 
All Classes All Packages