Apache Flex (FlexJS) 0.7.0 API Reference
All Packages
|
All Classes
|
Index
|
Frames
No Frames
IContainerView
Package
org.apache.flex.core
Interface
public interface IContainerView extends
IParent
Implementors
ContainerView
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
The IContainerView interface should be implemented by any view bead that acts as the primary view for a ContainerBase-derived class.
Public Properties
Hide Inherited Public Properties
Show Inherited Public Properties
Property
Defined By
numElements
: int
[read-only] The number of elements in the parent.
IParent
Public Methods
Hide Inherited Public Methods
Show Inherited Public Methods
Method
Defined By
addElement
(c:Object, dispatchEvent:Boolean = true):void
Add a component to the parent.
IParent
addElementAt
(c:Object, index:int, dispatchEvent:Boolean = true):void
Add a component to the parent.
IParent
getElementAt
(index:int):Object
Get a component from the parent.
IParent
getElementIndex
(c:Object):int
Gets the index of this subcomponent.
IParent
removeElement
(c:Object, dispatchEvent:Boolean = true):void
Remove a component from the parent.
IParent
Mon Sep 5 2016, 07:19 AM -07:00