| Pakiet | mx.core |
| Interfejs | public interface IRawChildrenContainer |
| Implementory | Container |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 3 |
| Wersje środowiska wykonawczego: | 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.
Powiązane elementy interfejsu API
Właściwości publiczne
| Właściwość | Zdefiniowane przez | ||
|---|---|---|---|
| rawChildren : IChildList [tylko do odczytu]
Returns an IChildList representing all children. | IRawChildrenContainer | ||
Szczegół właściwości
rawChildren | właściwość |
rawChildren:IChildList [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 3 |
| Wersje środowiska wykonawczego: | 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).
Implementacja
public function get rawChildren():IChildListTue Jun 12 2018, 12:06 PM Z