| Pakket | mx.core |
| Interface | public interface IRawChildrenContainer |
| Geïmplementeerd door | Container |
| Taalversie: | ActionScript 3.0 |
| Productversie: | Flex 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
numChildren and addChild()
method to manage only a subset of its actual children.
The mx.core.Container class, for example, has a set of content children
separate from the non-content children, such as borders, title bars,
and dividers.
Verwante API-elementen
Openbare eigenschappen
| Eigenschap | Gedefinieerd door | ||
|---|---|---|---|
| rawChildren : IChildList [alleen-lezen]
Returns an IChildList representing all children. | IRawChildrenContainer | ||
Eigenschapdetails
rawChildren | eigenschap |
rawChildren:IChildList [alleen-lezen] | Taalversie: | ActionScript 3.0 |
| Productversie: | Flex 3 |
| Runtimeversies: | Flash Player 9, AIR 1.1 |
Returns an IChildList representing all children. This is used by FocusManager to find non-content children that may still receive focus (for example, components in ControlBars).
Implementatie
public function get rawChildren():IChildListWed Jun 13 2018, 11:42 AM Z