public class ChartPayload
extends com.googlecode.wicket.jquery.core.ajax.HandlerPayload
implements org.apache.wicket.util.io.IClusterable
HandlerPayload that can be used to broadcast a point informationChart.onSeriesClick(AjaxRequestTarget, String, String, String, long),
Serialized Form| Constructor and Description |
|---|
ChartPayload(org.apache.wicket.core.request.handler.IPartialPageRequestHandler handler,
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.core.request.handler.IPartialPageRequestHandler handler,
String seriesName,
String seriesField,
String category,
long value)
handler - the IPartialPageRequestHandlerseriesName - 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 © 2021 7thWeb. All rights reserved.