public class WicketSelectionEvent extends SelectionEvent
SelectionEvent.| Modifier and Type | Method and Description |
|---|---|
org.apache.wicket.ajax.AjaxRequestTarget |
getAjaxRequestTarget()
Returns the
AjaxRequestTarget that is connected to the AJAX request
that was triggered by interacting with a chart. |
String |
getJavascriptChartName() |
List<Selection> |
getxAxes() |
List<Selection> |
getyAxes() |
void |
setAjaxRequestTarget(org.apache.wicket.ajax.AjaxRequestTarget ajaxRequestTarget) |
setJavascriptChartNamepublic void setAjaxRequestTarget(org.apache.wicket.ajax.AjaxRequestTarget ajaxRequestTarget)
public org.apache.wicket.ajax.AjaxRequestTarget getAjaxRequestTarget()
AjaxRequestTarget that is connected to the AJAX request
that was triggered by interacting with a chart.AjaxRequestTarget.public List<Selection> getxAxes()
getxAxes in class SelectionEventpublic List<Selection> getyAxes()
getyAxes in class SelectionEventpublic String getJavascriptChartName()
getJavascriptChartName in class BaseEventCopyright © 2013. All Rights Reserved.