IFocusManager
public interface
feathers.core.IFocusManager
Description
Interface for focus management.
See also:
feathers.core.IFocusDisplayObject
feathers.core.FocusManager
API overview
Constructor
Attributes
Public attributes
| focus: IFocusDisplayObject |
The object that currently has focus |
| isEnabled: Boolean |
Determines if this focus manager is enabled |
Constructor
IFocusManager ()
Attributes
isEnabled: Boolean
Determines if this focus manager is enabled. A focus manager may be disabled when another focus manager has control, such as when a modal pop-up is displayed.