org.icefaces.ace.event
Class PointValueChangeEvent
java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
javax.faces.event.ValueChangeEvent
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
| 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)
|
| 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 |
PointValueChangeEvent
public PointValueChangeEvent(javax.faces.component.UIComponent component,
java.lang.Object[] oldValue,
java.lang.Object[] newValue,
java.lang.Integer seriesIndex,
java.lang.Integer pointIndex)
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)
Copyright 2012 ICEsoft Technologies Canada Corp., All Rights Reserved.