| focusLost |
(FocusEvent event) |
yoix.event |
| |
The
focusLost
event handler is a special user-defined
Function
that can be added to a component when it is created
and that will be called automatically with a single
FocusEvent
argument whenever the component loses the keyboard focus.
A
focusLost
event handler can only be added via
addEventHandler
after a component is created,
but an existing
focusLost
event handler can be assigned new values.
Assigning
NULL
to
focusLost
disables its functionality until a
non-NULL
value is assigned to it.
| |
| Return: |
none
| | |
| See Also: |
FocusEvent,
actionPerformed,
addEventHandler,
adjustmentValueChanged,
caretUpdate,
componentHidden,
componentMoved,
componentResized,
componentShown,
dragDropEnd,
dragEnter,
dragExit,
dragGestureRecognized,
dragMouseMoved,
dragOver,
drop,
dropActionChanged,
Event,
FocusEvent,
focusGained,
hyperlinkActivated,
hyperlinkEntered,
hyperlinkExited,
invocationAction,
invocationBrowse,
invocationChange,
invocationEdit,
invocationEditKey,
invocationRun,
invocationSelection,
itemStateChanged,
keyPressed,
keyReleased,
keyTyped,
mouseClicked,
mouseDragged,
mouseEntered,
mouseExited,
mouseMoved,
mousePressed,
mouseReleased,
mouseWheelMoved,
removeEventHandler,
stateChanged,
textValueChanged,
valueChanged,
windowActivated,
windowClosed,
windowClosing,
windowDeactivated,
windowDeiconified,
windowIconified,
windowOpened
|
|
Yoix is a registered trademark of AT&T Inc.
|
|