User Guide

FocusManager class (API) 727
Methods inherited from the UIComponent class
The following table lists the methods the FocusManager class inherits from the
UIComponent class.
Property summary for the FocusManager class
The following table lists the properties of the FocusManager class.
Properties inherited from the UIObject class
The following table lists the properties the FocusManager class inherits from the
UIObject class.
Method Description
UIComponent.getFocus() Returns a reference to the object that has focus.
UIComponent.setFocus() Sets focus to the component instance.
Property Description
FocusManager.defaultPushButton The object that receives a click event when a user
presses the Return or Enter key.
FocusManager.defaultPushButtonEnabled Indicates whether keyboard handling for the
default push button is turned on (
true) or off
(
false). The default value is true.
FocusManager.enabled Indicates whether tab handling is turned on (true)
or off (
false). The default value is true.
FocusManager.nextTabIndex The next value of the tabIndex property.
Property Description
UIObject.bottom The position of the bottom edge of the object, relative to the
bottom edge of its parent. Read-only.
UIObject.height The height of the object, in pixels. Read-only.
UIObject.left The left edge of the object, in pixels. Read-only.
UIObject.right The position of the right edge of the object, relative to the right
edge of its parent. Read-only.
UIObject.scaleX A number indicating the scaling factor in the x direction of the
object, relative to its parent.
UIObject.scaleY A number indicating the scaling factor in the y direction of the
object, relative to its parent.