ICEfaces ACE Components 3.3.0
Java API Documentation

org.icefaces.ace.event
Class KeyPressEvent

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

public class KeyPressEvent
extends javax.faces.event.AjaxBehaviorEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
KeyPressEvent(javax.faces.component.UIComponent component, javax.faces.component.behavior.Behavior behavior, java.lang.String theChar, java.lang.String newValue)
           
 
Method Summary
 java.lang.String getChar()
           
 java.lang.String getNewValue()
           
 
Methods inherited from class javax.faces.event.AjaxBehaviorEvent
isAppropriateListener, processListener
 
Methods inherited from class javax.faces.event.BehaviorEvent
getBehavior
 
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

KeyPressEvent

public KeyPressEvent(javax.faces.component.UIComponent component,
                     javax.faces.component.behavior.Behavior behavior,
                     java.lang.String theChar,
                     java.lang.String newValue)
Method Detail

getChar

public java.lang.String getChar()

getNewValue

public java.lang.String getNewValue()

ICEfaces ACE Components 3.3.0
Java API Documentation

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