org.openfaces.component.chart
Class GridPointEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.FacesEvent
          extended by javax.faces.event.ActionEvent
              extended by org.openfaces.component.chart.GridPointEvent
All Implemented Interfaces:
java.io.Serializable

public class GridPointEvent
extends javax.faces.event.ActionEvent

See Also:
Serialized Form

Constructor Summary
GridPointEvent(javax.faces.component.UIComponent uiComponent, GridPointInfo info)
           
 
Method Summary
 GridPointInfo getPointInfo()
           
 
Methods inherited from class javax.faces.event.ActionEvent
isAppropriateListener, processListener
 
Methods inherited from class javax.faces.event.FacesEvent
getComponent, getPhaseId, queue, setPhaseId
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GridPointEvent

public GridPointEvent(javax.faces.component.UIComponent uiComponent,
                      GridPointInfo info)
Method Detail

getPointInfo

public GridPointInfo getPointInfo()


Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.