(Beta)
Package | fl.managers |
Interface | public interface IFocusManagerComponent |
Implementors | Button, ColorPicker, ComboBox, DataGrid, LabelButton, List, NumericStepper, ScrollPane, SelectableList, Slider, TextArea, TextInput, TileList |
Language Version: | ActionScript 3.0 |
Product Version: | Flash CS3 |
Runtime Versions: | Flash Player 9.0.28.0, AIR 1.0 |
The UIComponent class provides a base implementation of this interface
but does not fully implement it because not all UIComponent objects
receive focus. Components that are derived from the UIComponent
class must implement this interface to be capable of receiving focus.
To enable focus, add the statement implements IFocusManagerComponent
to the class definition of a component that is derived from the UIComponent
class.
Related API Elements
Public Properties
Property | Defined By |
---|
Public Methods
Method | Defined By |
---|
Wed Nov 21 2018, 06:34 AM -08:00