FocusManager class

Inheritance UIObject > UIComponent > FocusManager

ActionScript class namespace mx.managers.FocusManager

Method summary for the FocusManager class

Method

Description

FocusManager.getFocus()

Returns a reference to the object that has focus.

FocusManager.sendDefaultPushButtonEvent()

Sends a click event to listener objects registered to the default push button.

FocusManager.setFocus()

Sets focus to the specified object.

Property summary for the FocusManager class

Method

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.