ICEfaces ACE Components 3.3.0
Java API Documentation

org.icefaces.ace.event
Class SeriesSelectionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.FacesEvent
          extended by org.icefaces.ace.event.SeriesSelectionEvent
All Implemented Interfaces:
java.io.Serializable

public class SeriesSelectionEvent
extends javax.faces.event.FacesEvent

Created with IntelliJ IDEA. User: Nils Date: 5/11/12 Time: 2:00 PM To change this template use File | Settings | File Templates.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SeriesSelectionEvent(javax.faces.component.UIComponent component)
           
SeriesSelectionEvent(javax.faces.component.UIComponent c, int seriesIndex, int pointIndex)
           
 
Method Summary
 int getPointIndex()
           
 int getSeriesIndex()
           
 boolean isAppropriateListener(javax.faces.event.FacesListener facesListener)
           
 void processListener(javax.faces.event.FacesListener facesListener)
           
 void setPointIndex(int pointIndex)
           
 void setSeriesIndex(int seriesIndex)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SeriesSelectionEvent

public SeriesSelectionEvent(javax.faces.component.UIComponent c,
                            int seriesIndex,
                            int pointIndex)

SeriesSelectionEvent

public SeriesSelectionEvent(javax.faces.component.UIComponent component)
Method Detail

isAppropriateListener

public boolean isAppropriateListener(javax.faces.event.FacesListener facesListener)
Specified by:
isAppropriateListener in class javax.faces.event.FacesEvent

processListener

public void processListener(javax.faces.event.FacesListener facesListener)
Specified by:
processListener in class javax.faces.event.FacesEvent

getPointIndex

public int getPointIndex()

setPointIndex

public void setPointIndex(int pointIndex)

getSeriesIndex

public int getSeriesIndex()

setSeriesIndex

public void setSeriesIndex(int seriesIndex)

ICEfaces ACE Components 3.3.0
Java API Documentation

Copyright 2013 ICEsoft Technologies Canada Corp., All Rights Reserved.