ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
spark.components 

PopUpPosition  - AS3 Flex

Packagespark.components
Classpublic final class PopUpPosition
InheritancePopUpPosition Inheritance Object

Language Version: ActionScript 3.0
Product Version: Flex 4
Runtime Versions: Flash Player 10, AIR 1.5

Enumerated type for the PopUpAnchor.popUpPosition property. This type describes the position of the popUp control that is anchored by PopUpAnchor. The position is relative to the PopUpAnchor position.



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
Public Methods
 MethodDefined By
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
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
  ABOVE : String = "above"
[static] Position above the target
PopUpPosition
  BELOW : String = "below"
[static] Position below the target
PopUpPosition
  CENTER : String = "center"
[static] Position in the center of the target
PopUpPosition
  LEFT : String = "left"
[static] Position to the left of the target
PopUpPosition
  RIGHT : String = "right"
[static] Position to the right of the target
PopUpPosition
  TOP_LEFT : String = "topLeft"
[static] Position at the upper left corner of the target
PopUpPosition
Constant Detail

ABOVE

Constant
public static const ABOVE:String = "above"

Language Version: ActionScript 3.0
Product Version: Flex 4
Runtime Versions: Flash Player 10, AIR 1.5

Position above the target

BELOW

Constant 
public static const BELOW:String = "below"

Language Version: ActionScript 3.0
Product Version: Flex 4
Runtime Versions: Flash Player 10, AIR 1.5

Position below the target

CENTER

Constant 
public static const CENTER:String = "center"

Language Version: ActionScript 3.0
Product Version: Flex 4
Runtime Versions: Flash Player 10, AIR 1.5

Position in the center of the target

LEFT

Constant 
public static const LEFT:String = "left"

Language Version: ActionScript 3.0
Product Version: Flex 4
Runtime Versions: Flash Player 10, AIR 1.5

Position to the left of the target

RIGHT

Constant 
public static const RIGHT:String = "right"

Language Version: ActionScript 3.0
Product Version: Flex 4
Runtime Versions: Flash Player 10, AIR 1.5

Position to the right of the target

TOP_LEFT

Constant 
public static const TOP_LEFT:String = "topLeft"

Language Version: ActionScript 3.0
Product Version: Flex 4
Runtime Versions: Flash Player 10, AIR 1.5

Position at the upper left corner of the target