com.googlecode.wickedcharts.wicket6.highcharts.features.interaction
Class WicketInteractionEvent

java.lang.Object
  extended by com.googlecode.wickedcharts.highcharts.options.interaction.InteractionEvent
      extended by com.googlecode.wickedcharts.wicket6.highcharts.features.interaction.WicketInteractionEvent

public class WicketInteractionEvent
extends InteractionEvent

Wicket-specific extension of InteractionEvent.

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.
 Options getSelectedChart()
           
 Point getSelectedPoint()
           
 Series<?> getSelectedSeries()
           
 void setAjaxRequestTarget(org.apache.wicket.ajax.AjaxRequestTarget ajaxRequestTarget)
           
 void setSelectedChart(Options selectedChart)
           
 void setSelectedPoint(Point selectedPoint)
           
 void setSelectedSeries(Series<?> selectedSeries)
           
 
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.

getSelectedChart

public Options getSelectedChart()
Overrides:
getSelectedChart in class InteractionEvent

getSelectedPoint

public Point getSelectedPoint()
Overrides:
getSelectedPoint in class InteractionEvent

getSelectedSeries

public Series<?> getSelectedSeries()
Overrides:
getSelectedSeries in class InteractionEvent

setSelectedChart

public void setSelectedChart(Options selectedChart)
Overrides:
setSelectedChart in class InteractionEvent

setSelectedPoint

public void setSelectedPoint(Point selectedPoint)
Overrides:
setSelectedPoint in class InteractionEvent

setSelectedSeries

public void setSelectedSeries(Series<?> selectedSeries)
Overrides:
setSelectedSeries in class InteractionEvent


Copyright © 2013. All Rights Reserved.