Paket | mx.events |
Klass | public final class FocusRequestDirection |
Arv | FocusRequestDirection Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
moveFocus()
method.
Relaterade API-element
Publika egenskaper
Publika metoder
Publika konstanter
Konstant | Definieras med | ||
---|---|---|---|
BACKWARD : String = "backward" [statisk]
Move the focus backward to the previous control in the tab loop as if
the SHIFT+TAB keys were pressed. | FocusRequestDirection | ||
BOTTOM : String = "bottom" [statisk]
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" [statisk]
Move the focus forward to the next control in the tab loop as if the
TAB key were pressed. | FocusRequestDirection | ||
TOP : String = "top" [statisk]
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 |
Konstantdetaljer
BACKWARD | Konstant |
public static const BACKWARD:String = "backward"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | 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 | Konstant |
public static const BOTTOM:String = "bottom"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | 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 | Konstant |
public static const FORWARD:String = "forward"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | 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 | Konstant |
public static const TOP:String = "top"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | 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
Tue Jun 12 2018, 01:40 PM Z