mx.core
接口public interface IRawChildrenContainer
实现器 Container

IRawChildrenContainer 接口定义能够返回一个给出其所有子项的 IChildList 的容器的 API。已覆盖 IChildList API(如 numChildrenaddChild() 方法)的任何容器都应实现此接口,以便仅管理其实际子项的子集。例如,mx.core.Container 类包含一组独立于非内容子项的内容子项,如边框、标题栏和分隔符。

另请参见

mx.core.Container


公共属性
 属性定义方
  rawChildren : IChildList
[只读 (read-only)] 返回一个给出所有子项的 IChildList。
IRawChildrenContainer
属性详细信息
rawChildren属性
rawChildren:IChildList  [只读 (read-only)]

返回一个给出所有子项的 IChildList。FocusManager 使用它来查找仍然可以接收焦点的非内容子项(例如 ControlBars 中的组件)。



实现
    public function get rawChildren():IChildList