Paquete | mx.events |
Clase | public final class FocusRequestDirection |
Herencia | FocusRequestDirection Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
moveFocus()
method.
Elementos de API relacionados
Propiedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
BACKWARD : String = "backward" [estática]
Move the focus backward to the previous control in the tab loop as if
the SHIFT+TAB keys were pressed. | FocusRequestDirection | ||
BOTTOM : String = "bottom" [estática]
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" [estática]
Move the focus forward to the next control in the tab loop as if the
TAB key were pressed. | FocusRequestDirection | ||
TOP : String = "top" [estática]
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 |
Información sobre constantes
BACKWARD | Constante |
public static const BACKWARD:String = "backward"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | 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, 02:12 PM Z