Packageorg.apache.flex.core
Interfacepublic interface IPopUpHost extends IParent
Implementors ViewBase

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

The IPopUpHost interface is a "marker" interface for a component that parents components that implement IPopUp.



Public Properties
 PropertyDefined By
 InheritednumElements : int
[read-only] The number of elements in the parent.
IParent
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