ICEfaces 3.1.0
Java API Documentation

org.icefaces.ace.event
Class PointValueChangeEvent

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

public class PointValueChangeEvent
extends javax.faces.event.ValueChangeEvent

Copyright 2010-2011 ICEsoft Technologies Canada Corp.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

See the License for the specific language governing permissions and limitations under the License.

User: Nils Date: 12-06-27 Time: 10:24 AM

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PointValueChangeEvent(javax.faces.component.UIComponent component, java.lang.Object[] oldValue, java.lang.Object[] newValue, java.lang.Integer seriesIndex, java.lang.Integer pointIndex)
           
 
Method Summary
 java.lang.Integer getPointIndex()
           
 java.lang.Integer getSeriesIndex()
           
 boolean isAppropriateListener(javax.faces.event.FacesListener listener)
           
 void setPointIndex(java.lang.Integer pointIndex)
           
 void setSeriesIndex(java.lang.Integer seriesIndex)
           
 
Methods inherited from class javax.faces.event.ValueChangeEvent
getNewValue, getOldValue, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PointValueChangeEvent

public PointValueChangeEvent(javax.faces.component.UIComponent component,
                             java.lang.Object[] oldValue,
                             java.lang.Object[] newValue,
                             java.lang.Integer seriesIndex,
                             java.lang.Integer pointIndex)
Method Detail

isAppropriateListener

public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
Overrides:
isAppropriateListener in class javax.faces.event.ValueChangeEvent

getSeriesIndex

public java.lang.Integer getSeriesIndex()

setSeriesIndex

public void setSeriesIndex(java.lang.Integer seriesIndex)

getPointIndex

public java.lang.Integer getPointIndex()

setPointIndex

public void setPointIndex(java.lang.Integer pointIndex)

ICEfaces 3.1.0
Java API Documentation

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