com.googlecode.wickedcharts.wicket6.highcharts.features.selection
Class WicketSelectionEvent

java.lang.Object
  extended by com.googlecode.wickedcharts.highcharts.options.interaction.SelectionEvent
      extended by 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)

Method Summary
 org.apache.wicket.ajax.AjaxRequestTarget getAjaxRequestTarget()
          Returns the AjaxRequestTarget that is connected to the AJAX request that was triggered by interacting with a chart.
 List<Selection> getxAxes()
           
 List<Selection> getyAxes()
           
 void setAjaxRequestTarget(org.apache.wicket.ajax.AjaxRequestTarget ajaxRequestTarget)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.