Apache Flex (FlexJS) 0.7.0 API Reference
All Packages
|
All Classes
|
Index
|
Frames
No Frames
IPopUpHost
Package
org.apache.flex.core
Interface
public 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
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