Pacote | spark.components |
Classe | public final class PopUpPosition |
Herança | PopUpPosition Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | 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.
Propriedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
ABOVE : String = "above" [estático]
Position above the target
| PopUpPosition | ||
BELOW : String = "below" [estático]
Position below the target
| PopUpPosition | ||
CENTER : String = "center" [estático]
Position in the center of the target
| PopUpPosition | ||
LEFT : String = "left" [estático]
Position to the left of the target
| PopUpPosition | ||
RIGHT : String = "right" [estático]
Position to the right of the target
| PopUpPosition | ||
TOP_LEFT : String = "topLeft" [estático]
Position at the upper left corner of the target
| PopUpPosition |
Detalhes da constante
ABOVE | Constante |
public static const ABOVE:String = "above"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Position above the target
BELOW | Constante |
public static const BELOW:String = "below"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Position below the target
CENTER | Constante |
public static const CENTER:String = "center"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Position in the center of the target
LEFT | Constante |
public static const LEFT:String = "left"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Position to the left of the target
RIGHT | Constante |
public static const RIGHT:String = "right"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Position to the right of the target
TOP_LEFT | Constante |
public static const TOP_LEFT:String = "topLeft"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Position at the upper left corner of the target
Wed Jun 13 2018, 11:10 AM Z