Packageorg.apache.flex.core
Interfacepublic interface IContentViewHost extends IParent
Implementors ContainerBase, ListBase

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

This interface is implemented by components that provide access to "behind the scenes" children that are not accessible through the addElement()/removeElement() APIs.



Public Properties
 PropertyDefined By
 InheritednumElements : int
[read-only] The number of elements in the parent.
IParent
  strandChildren : IParent
[read-only]
IContentViewHost
Public Methods
 MethodDefined By
 Inherited
addElement(c:Object, dispatchEvent:Boolean = true):void
Add a component to the parent.
IParent
 Inherited
addElementAt(c:Object, index:int, dispatchEvent:Boolean = true):void
Add a component to the parent.
IParent
 Inherited
getElementAt(index:int):Object
Get a component from the parent.
IParent
 Inherited
getElementIndex(c:Object):int
Gets the index of this subcomponent.
IParent
 Inherited
removeElement(c:Object, dispatchEvent:Boolean = true):void
Remove a component from the parent.
IParent
Property Detail
strandChildrenproperty
strandChildren:IParent  [read-only]


Implementation
    public function get strandChildren():IParent