| Package | spark.components |
| Class | public final class PopUpPosition |
| Inheritance | PopUpPosition Object |
| Language Version: | ActionScript 3.0 |
| Product Version: | Flex 4 |
| Runtime Versions: | Flash Player 10, AIR 1.5 |
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
| Property | Defined By | ||
|---|---|---|---|
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | |
Public Methods
| Method | Defined By | ||
|---|---|---|---|
![]() |
Indicates whether an object has a specified property defined. | Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | |
![]() |
Indicates whether the specified property exists and is enumerable. | Object | |
![]() |
Sets the availability of a dynamic property for loop operations. | Object | |
![]() |
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | |
![]() |
Returns the string representation of the specified object. | Object | |
![]() |
Returns the primitive value of the specified object. | Object | |
Public Constants
| Constant | Defined 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
Thu Dec 4 2014, 05:50 PM -08:00
