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):void
Add a component to the parent.
IParent
 Inherited
addElementAt(c:Object, index:int):void
Add a component to the parent.
IParent
 Inherited
getElementIndex(c:Object):int
Gets the index of this subcomponent.
IParent
 Inherited
removeElement(c:Object):void
Remove a component from the parent.
IParent