패키지 | mx.core |
인터페이스 | public interface IRawChildrenContainer |
구현자 | Container |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | 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.
관련 API 요소
공용 속성
속성 | 정의 주체 | ||
---|---|---|---|
rawChildren : IChildList [읽기 전용]
Returns an IChildList representing all children. | IRawChildrenContainer |
속성 세부 정보
rawChildren | 속성 |
rawChildren:IChildList
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | 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).
구현
public function get rawChildren():IChildList
Tue Jun 12 2018, 03:17 PM Z