|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.event.FocusAdapter | +--oracle.jbo.uicli.jui.JUSVFocusAdapter
All JClient bindings create an instance of this adapter to notify the panel which control and hence which binding is currently in focus.
Field Summary | |
protected int |
mAttrIndex |
protected JUControlBinding |
mControlBinding |
protected JUIteratorBinding |
mIterBinding |
static int |
MULTI_ATTRIBUTE |
protected JUPanelBinding |
panelBinding |
Constructor Summary | |
JUSVFocusAdapter(JUControlBinding controlBinding) Creates a focus adapter for the control associated with the given control binding. | |
JUSVFocusAdapter(JUControlBinding controlBinding, int attrIndex) Creates a focus adapter for the control associated with the given control binding and registers interest in the attribute at the given index in the control binding. |
Method Summary | |
void |
focusGained(java.awt.event.FocusEvent e) Notifies the containing panelBinding of the gain in focus by this adapter's control binding. |
void |
focusLost(java.awt.event.FocusEvent e) A no-op |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int MULTI_ATTRIBUTE
protected JUControlBinding mControlBinding
protected JUIteratorBinding mIterBinding
protected int mAttrIndex
protected JUPanelBinding panelBinding
Constructor Detail |
public JUSVFocusAdapter(JUControlBinding controlBinding)
public JUSVFocusAdapter(JUControlBinding controlBinding, int attrIndex)
Method Detail |
public void focusGained(java.awt.event.FocusEvent e)
focusGained
in interface java.awt.event.FocusListener
focusGained
in class java.awt.event.FocusAdapter
public void focusLost(java.awt.event.FocusEvent e)
focusLost
in interface java.awt.event.FocusListener
focusLost
in class java.awt.event.FocusAdapter
|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.