| パッケージ | mx.core |
| インターフェイス | public interface IRawChildrenContainer |
| インプリメンタ | Container |
numChildren や addChild() などの IChildList API をオーバーライドしているコンテナです。たとえば、mx.core.Container クラスは、コンテンツの子と、境界、タイトルバー、仕切りなどのコンテンツでない子を分離しています。
関連項目
| プロパティ | 定義 | ||
|---|---|---|---|
| rawChildren : IChildList
[read-only]
すべての子を表した IChildList を返します。
| IRawChildrenContainer | ||
| rawChildren | プロパティ |
rawChildren:IChildList [read-only]すべての子を表した IChildList を返します。FocusManager はこれを使用して、依然としてフォーカスを取得している可能性のあるコンテンツでない子を見つけます (たとえば、ControlBar のコンポーネントなど)。
実装 public function get rawChildren():IChildList