Paket | mx.events |
Sınıf | public final class FocusRequestDirection |
Miras Alma | FocusRequestDirection Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
moveFocus()
method.
İlgili API Öğeleri
Genel Sabitler
Sabit | Tanımlayan: | ||
---|---|---|---|
BACKWARD : String = "backward" [statik]
Move the focus backward to the previous control in the tab loop as if
the SHIFT+TAB keys were pressed. | FocusRequestDirection | ||
BOTTOM : String = "bottom" [statik]
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" [statik]
Move the focus forward to the next control in the tab loop as if the
TAB key were pressed. | FocusRequestDirection | ||
TOP : String = "top" [statik]
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 |
Sabit Ayrıntısı
BACKWARD | Sabit |
public static const BACKWARD:String = "backward"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | 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 | Sabit |
public static const BOTTOM:String = "bottom"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | 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 | Sabit |
public static const FORWARD:String = "forward"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | 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 | Sabit |
public static const TOP:String = "top"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | 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:09 PM Z