public class ChartPayload
extends com.googlecode.wicket.jquery.core.ajax.AjaxPayload
implements org.apache.wicket.util.io.IClusterable
AjaxPayload that can be used to broadcast a point informationChart.onSeriesClick(AjaxRequestTarget, String, String, String, long),
Serialized Form| Constructor and Description |
|---|
ChartPayload(org.apache.wicket.ajax.AjaxRequestTarget target,
String seriesName,
String seriesField,
String category,
long value)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory()
Get the category
|
String |
getSeriesField()
Gets the series field
|
String |
getSeriesName()
Gets the series name
|
long |
getValue()
Gets the value
|
public ChartPayload(org.apache.wicket.ajax.AjaxRequestTarget target,
String seriesName,
String seriesField,
String category,
long value)
target - the AjaxRequestTargetseriesName - the series nameseriesField - the series fieldcategory - the categoryvalue - the value of the pointpublic long getValue()
public String getCategory()
public String getSeriesName()
public String getSeriesField()
Copyright © 2017 7thWeb. All rights reserved.