Pakiet | mx.events |
Klasa | public final class FocusRequestDirection |
Dziedziczenie | FocusRequestDirection Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
moveFocus()
method.
Powiązane elementy interfejsu API
Właściwości publiczne
Metody publiczne
Stałe publiczne
Stała | Zdefiniowane przez | ||
---|---|---|---|
BACKWARD : String = "backward" [statyczny]
Move the focus backward to the previous control in the tab loop as if
the SHIFT+TAB keys were pressed. | FocusRequestDirection | ||
BOTTOM : String = "bottom" [statyczny]
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" [statyczny]
Move the focus forward to the next control in the tab loop as if the
TAB key were pressed. | FocusRequestDirection | ||
TOP : String = "top" [statyczny]
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 |
Szczegół stałej
BACKWARD | Stała |
public static const BACKWARD:String = "backward"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | 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 | Stała |
public static const BOTTOM:String = "bottom"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | 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 | Stała |
public static const FORWARD:String = "forward"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | 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 | Stała |
public static const TOP:String = "top"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | 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, 12:06 PM Z