com.googlecode.wickedcharts.wicket6.highcharts.features.selection
Class WicketSelectionEvent
java.lang.Object
com.googlecode.wickedcharts.highcharts.options.interaction.SelectionEvent
com.googlecode.wickedcharts.wicket6.highcharts.features.selection.WicketSelectionEvent
public class WicketSelectionEvent
- extends SelectionEvent
Wicket-specific extension of SelectionEvent.
- Author:
- Tom Hombergs (tom.hombergs@gmail.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
setAjaxRequestTarget
public void setAjaxRequestTarget(org.apache.wicket.ajax.AjaxRequestTarget ajaxRequestTarget)
getAjaxRequestTarget
public org.apache.wicket.ajax.AjaxRequestTarget getAjaxRequestTarget()
- Returns the
AjaxRequestTarget that is connected to the AJAX request
that was triggered by interacting with a chart.
- Returns:
- the Wicket
AjaxRequestTarget.
getxAxes
public List<Selection> getxAxes()
- Overrides:
getxAxes in class SelectionEvent
getyAxes
public List<Selection> getyAxes()
- Overrides:
getyAxes in class SelectionEvent
Copyright © 2013. All Rights Reserved.