| 包 | mx.core |
| 接口 | public interface IRawChildrenContainer |
| 实现器 | Container |
numChildren 和 addChild() 方法)的任何容器都应实现此接口,以便仅管理其实际子项的子集。例如,mx.core.Container 类包含一组独立于非内容子项的内容子项,如边框、标题栏和分隔符。
另请参见
| 属性 | 定义方 | ||
|---|---|---|---|
| rawChildren : IChildList [只读 (read-only)] 返回一个给出所有子项的 IChildList。 | IRawChildrenContainer | ||
| rawChildren | 属性 |
rawChildren:IChildList [只读 (read-only)] 返回一个给出所有子项的 IChildList。FocusManager 使用它来查找仍然可以接收焦点的非内容子项(例如 ControlBars 中的组件)。
public function get rawChildren():IChildList