View source
interface IFocusObject
package feathers.core
extends IDisplayObject, IFocusManagerAware
extended by BaseScrollContainer, BaseSlider, Button, DatePicker, Label, PageIndicator, PopUpDatePicker, TabBar, ToggleButton, ToggleSwitch, IFocusContainer, IStageFocusDelegate
A component that may receive focus from a focus manager.
Available since
1.0.0
.See also:
Variables
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
.