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
Public Methods
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
Mon Nov 28 2011, 06:48 AM -08:00