Pakket | mx.events |
Klasse | public final class FocusRequestDirection |
Overerving | FocusRequestDirection Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
moveFocus()
method.
Verwante API-elementen
Openbare eigenschappen
Openbare methoden
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
BACKWARD : String = "backward" [statisch]
Move the focus backward to the previous control in the tab loop as if
the SHIFT+TAB keys were pressed. | FocusRequestDirection | ||
BOTTOM : String = "bottom" [statisch]
Move the focus to the bottom/last control in the tab loop as if the
SHIFT+TAB key were pressed when no object had focus in the tab loop
| FocusRequestDirection | ||
FORWARD : String = "forward" [statisch]
Move the focus forward to the next control in the tab loop as if the
TAB key were pressed. | FocusRequestDirection | ||
TOP : String = "top" [statisch]
Move the focus to the top/first control in the tab loop as if the
TAB key were pressed when no object had focus in the tab loop
| FocusRequestDirection |
Constantedetails
BACKWARD | Constante |
public static const BACKWARD:String = "backward"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Move the focus backward to the previous control in the tab loop as if the SHIFT+TAB keys were pressed.
BOTTOM | Constante |
public static const BOTTOM:String = "bottom"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Move the focus to the bottom/last control in the tab loop as if the SHIFT+TAB key were pressed when no object had focus in the tab loop
FORWARD | Constante |
public static const FORWARD:String = "forward"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Move the focus forward to the next control in the tab loop as if the TAB key were pressed.
TOP | Constante |
public static const TOP:String = "top"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Move the focus to the top/first control in the tab loop as if the TAB key were pressed when no object had focus in the tab loop
Wed Jun 13 2018, 11:42 AM Z