A component that may receive focus from a focus manager.

Available since

1.0.0

.

See also:

Variables

focusEnabled:Bool

Indicates if the object may receive focus or not.

Available since

1.0.0

.

focusOwner:IFocusObject

Used for associating focusable display objects that are not direct children with an "owner" focusable display object, such as pop-ups. A focus manager may use this property to influence the tab order.

Available since

1.0.0

.

Methods

showFocus(show:Bool):Void

Shows a focus indicator.

Available since

1.0.0

.