Adobe Flex 2 Language Reference - collected by Jimbob | Back to MY RESOURCES


Packagemx.managers
Classpublic final class PopUpManagerChildList
InheritancePopUpManagerChildList Inheritance Object

The PopUpManagerChildList class defines the constant values for the detail property of the PopUpManager addPopUp() and createPopUp() methods.

See also

PopUpManager


Public Properties
 PropertyDefined by
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Public Methods
 MethodDefined by
 Inherited
setPropertyIsEnumerable(name:String, isEnum:Boolean = true):void
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined by
  APPLICATION : String = "application"
[static] Indicates that the popup is placed in the same child list as the application.
PopUpManagerChildList
  PARENT : String = "parent"
[static] Indicates that the popup is placed in whatever child list the parent component is in.
PopUpManagerChildList
  POPUP : String = "popup"
[static] Indicates that the popup is placed in the popup child list which will cause it to float over other popups in the application layer.
PopUpManagerChildList
Constant detail
APPLICATIONconstant
public static const APPLICATION:String = "application"

Indicates that the popup is placed in the same child list as the application.

PARENTconstant 
public static const PARENT:String = "parent"

Indicates that the popup is placed in whatever child list the parent component is in.

POPUPconstant 
public static const POPUP:String = "popup"

Indicates that the popup is placed in the popup child list which will cause it to float over other popups in the application layer.






collected by Jimbob 2007.05