Pacote | mx.managers |
Interface | public interface IFocusManagerComplexComponent extends IFocusManagerComponent |
Implementadores | FlexHTMLLoader |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
focusEnabled : Boolean
A flag that indicates whether the component can receive focus when selected. | IFocusManagerComponent | ||
hasFocusableChildren : Boolean
A flag that indicates whether child objects can receive focus. | IFocusManagerComponent | ||
hasFocusableContent : Boolean [somente leitura]
A flag that indicates whether the component currently has internal
focusable targets
| IFocusManagerComplexComponent | ||
mouseFocusEnabled : Boolean [somente leitura]
A flag that indicates whether the component can receive focus
when selected with the mouse. | IFocusManagerComponent | ||
tabFocusEnabled : Boolean [somente leitura]
A flag that indicates whether pressing the Tab key eventually
moves focus to this component. | IFocusManagerComponent | ||
tabIndex : int
If tabFocusEnabled, the order in which the component receives focus. | IFocusManagerComponent |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Called by the FocusManager when the component receives focus. | IFocusManagerComplexComponent | ||
Called by the FocusManager when the component receives focus. | IFocusManagerComponent | ||
Called by the FocusManager when the component receives focus. | IFocusManagerComponent |
Detalhes da propriedade
hasFocusableContent | propriedade |
hasFocusableContent:Boolean
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
A flag that indicates whether the component currently has internal focusable targets
Implementação
public function get hasFocusableContent():Boolean
Detalhes do método
assignFocus | () | método |
public function assignFocus(direction:String):void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Called by the FocusManager when the component receives focus. The component may in turn set focus to an internal component. The components setFocus() method will still be called when focused by the mouse, but this method will be used when focus changes via the keyboard
Parâmetros
direction:String — "bottom" if TAB used with SHIFT key, "top" otherwise
|
Wed Jun 13 2018, 11:10 AM Z