Package | org.apache.flex.core |
Interface | public interface IContainer extends IParent |
Implementors | Container, ControlBar |
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Method | Defined By | ||
---|---|---|---|
![]() | addElement(c:Object):void
Add a component to the parent. | IParent | |
![]() | addElementAt(c:Object, index:int):void
Add a component to the parent. | IParent | |
childrenAdded():void
This method is called after children have been
added to the container so the container doesn't
have to re-layout as each child is added. | IContainer | ||
getChildren():Array
This method returns an array of the content children
of the container. | IContainer | ||
![]() | getElementIndex(c:Object):int
Gets the index of this subcomponent. | IParent | |
![]() | removeElement(c:Object):void
Remove a component from the parent. | IParent |
childrenAdded | () | method |
public function childrenAdded():void
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
This method is called after children have been added to the container so the container doesn't have to re-layout as each child is added.
getChildren | () | method |
public function getChildren():Array
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
This method returns an array of the content children of the container.
ReturnsArray |