oracle.adf.view.faces.event
Class FocusEvent
java.lang.Object
|
+--java.util.EventObject
|
+--javax.faces.event.FacesEvent
|
+--oracle.adf.view.faces.event.FocusEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class FocusEvent
- extends javax.faces.event.FacesEvent
Event delivered when focusing on a node in a tree.
Currently this event doesn't deliver
much useful information as it doesn't
tell which node is getting focus.
This will provide more useful information in a later release.
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
FocusEvent(javax.faces.component.UIComponent source)
|
Methods inherited from class javax.faces.event.FacesEvent |
getComponent, getPhaseId, queue, setPhaseId |
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
FocusEvent
public FocusEvent(javax.faces.component.UIComponent source)
processListener
public void processListener(javax.faces.event.FacesListener listener)
- Specified by:
processListener
in class javax.faces.event.FacesEvent
isAppropriateListener
public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
- Specified by:
isAppropriateListener
in class javax.faces.event.FacesEvent
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.util.EventObject
Copyright © 2003-2004 Oracle Corporation. All Rights Reserved.