A low-level event that indicates that an object has gained or lost the keyboard focus. This event is generated by a component such as a textfield. This event is passed to every FocusListener object that is registered to receive such events using the object's addFocusListener() method.
Fires after a widget is focused. Unlike the GWT {@link com.google.gwt.event.dom.client.FocusEvent}, this event is NOT a dom event to allow components flexibility in when the focus event is fired.
This event targets extended MCTGUIComponent for tree nodes. Typically, an MCTGUIComponent (that encapsulates a tree node) responds to this event and provides implementation to set selection on its child tree nodes.
@author nshi
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.
@version $Name: $ ($Revision: adfrt/faces/adf-faces-api/src/main/java/oracle/adf/view/faces/event/FocusEvent.java#0 $) $Date: 10-nov-2005.19:09:01 $
@author The Oracle ADF Faces Team
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.