Pakket | spark.components |
Klasse | public class ArrowDirection |
Overerving | ArrowDirection Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.6 |
Runtimeversies: | AIR 3 |
Verwante API-elementen
Openbare eigenschappen
Openbare methoden
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
DOWN : String = "down" [statisch]
Arrow points down. | ArrowDirection | ||
LEFT : String = "left" [statisch]
Arrow points left. | ArrowDirection | ||
NONE : String = "none" [statisch]
No arrow direciton. | ArrowDirection | ||
RIGHT : String = "right" [statisch]
Arrow points right. | ArrowDirection | ||
UP : String = "up" [statisch]
Arrow points up. | ArrowDirection |
Constantedetails
DOWN | Constante |
public static const DOWN:String = "down"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.6 |
Runtimeversies: | AIR 3 |
Arrow points down.
LEFT | Constante |
public static const LEFT:String = "left"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.6 |
Runtimeversies: | AIR 3 |
Arrow points left.
NONE | Constante |
public static const NONE:String = "none"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.6 |
Runtimeversies: | AIR 3 |
No arrow direciton.
RIGHT | Constante |
public static const RIGHT:String = "right"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.6 |
Runtimeversies: | AIR 3 |
Arrow points right.
UP | Constante |
public static const UP:String = "up"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.6 |
Runtimeversies: | AIR 3 |
Arrow points up.
Wed Jun 13 2018, 11:42 AM Z