org.icefaces.ace.event
Class TextChangeEvent
java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
org.icefaces.ace.event.TextChangeEvent
- All Implemented Interfaces:
- java.io.Serializable
public class TextChangeEvent
- extends javax.faces.event.FacesEvent
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
TextChangeEvent(javax.faces.component.UIComponent component,
java.lang.String newValue,
java.lang.String oldValue,
int keyCode)
|
Methods inherited from class javax.faces.event.FacesEvent |
getComponent, 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 |
TextChangeEvent
public TextChangeEvent(javax.faces.component.UIComponent component,
java.lang.String newValue,
java.lang.String oldValue,
int keyCode)
isAppropriateListener
public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
- Specified by:
isAppropriateListener
in class javax.faces.event.FacesEvent
processListener
public void processListener(javax.faces.event.FacesListener listener)
- Specified by:
processListener
in class javax.faces.event.FacesEvent
getPhaseId
public javax.faces.event.PhaseId getPhaseId()
- Overrides:
getPhaseId
in class javax.faces.event.FacesEvent
getNewValue
public java.lang.String getNewValue()
getOldValue
public java.lang.String getOldValue()
getKeyCode
public int getKeyCode()
Copyright 2013 ICEsoft Technologies Canada Corp., All Rights Reserved.