A component that can receive focus.
focusManager:IFocusManager
The current focus manager for this component.
Implementation public function get focusManager():IFocusManager public function set focusManager(value:IFocusManager):voidisFocusEnabled:Boolean
Determines if this component can receive focus.
Implementation public function get isFocusEnabled():Boolean public function set isFocusEnabled(value:Boolean):voidnextTabFocus:IFocusDisplayObject
The next object that will receive focus when the tab key is pressed.
Implementation public function get nextTabFocus():IFocusDisplayObject public function set nextTabFocus(value:IFocusDisplayObject):voidEvent Object Type: starling.events.EventEvent.type property = feathers.events.FeathersEventType.FOCUS_IN
Dispatched when the display object receives focus.
The
FeathersEventType.FOCUS_IN event type is used by
Feathers components to indicate when they have received focus.
Event Object Type: starling.events.EventEvent.type property = feathers.events.FeathersEventType.FOCUS_OUT
Dispatched when the display object loses focus.
The
FeathersEventType.FOCUS_OUT event type is used by
Feathers components to indicate when they have lost focus.
Thu Jan 16 2014, 01:11 PM +08:00