Referencia de ActionScript® 3.0 para la plataforma de Adobe® Flash®
Inicio  |  Ocultar lista de paquetes y clases |  Paquetes  |  Clases  |  Novedades  |  Índice  |  Apéndices  |  ¿Por qué hay texto en inglés?
Filtros: Recuperando datos del servidor...
Recuperando datos del servidor...
mx.core 

IRawChildrenContainer  - AS3 Flex

Paquetemx.core
Interfazpublic interface IRawChildrenContainer
Implementadores Container

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

The IRawChildrenContainer interface defines the APIs for containers that can return an IChildList that represents all their children. This interface should be implemented by any container that has overridden IChildList APIs such as 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.

Elementos de API relacionados



Propiedades públicas
 PropiedadDefinido por
  rawChildren : IChildList
[solo lectura] Returns an IChildList representing all children.
IRawChildrenContainer
Información sobre propiedades

rawChildren

propiedad
rawChildren:IChildList  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: 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).



Implementación
    public function get rawChildren():IChildList




[ X ]¿Por qué hay texto en inglés?
Cierto contenido de la Referencia de ActionScript 3.0 se muestra en inglés

No todo el contenido de la Referencia de ActionScript 3.0 se traduce a todos los idiomas. Si un elemento del lenguaje no se traduce, aparecerá en inglés. Por ejemplo, la clase ga.controls.HelpBox no está traducida en ningún idioma. Por lo tanto, en la versión en español de la referencia, la clase ga.controls.HelpBox aparecerá en inglés.