Referência do ActionScript® 3.0 para Adobe® Flash® Platform
Início  |  Ocultar listas de Pacotes e Classes |  Pacotes  |  Classes  |  Novidades  |  Índice  |  Apêndices  |  Por que inglês?
Filtros: Recuperando dados do servidor...
Recuperando dados do servidor...
mx.managers 

IFocusManagerComplexComponent  - AS3 Flex

Pacotemx.managers
Interfacepublic 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

The IFocusManagerComplexComponent interface defines the interface that components that can have more than one internal focus target should implement in order to receive focus from the FocusManager.



Propriedades públicas
 PropriedadeDefinido por
 InheritedfocusEnabled : Boolean
A flag that indicates whether the component can receive focus when selected.
IFocusManagerComponent
 InheritedhasFocusableChildren : 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
 InheritedmouseFocusEnabled : Boolean
[somente leitura] A flag that indicates whether the component can receive focus when selected with the mouse.
IFocusManagerComponent
 InheritedtabFocusEnabled : Boolean
[somente leitura] A flag that indicates whether pressing the Tab key eventually moves focus to this component.
IFocusManagerComponent
 InheritedtabIndex : int
If tabFocusEnabled, the order in which the component receives focus.
IFocusManagerComponent
Métodos públicos
 MétodoDefinido por
  
Called by the FocusManager when the component receives focus.
IFocusManagerComplexComponent
 Inherited
Called by the FocusManager when the component receives focus.
IFocusManagerComponent
 Inherited
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





[ X ]Por que inglês?
O conteúdo na Referência do ActionScript 3.0 aparece em inglês

Nem todas as partes da Referência do ActionScript 3.0 estão traduzidas em todos os idiomas. Quando um elemento de um idioma não está traduzido, ele é exibido em inglês. Por exemplo, a classe ga.controls.HelpBox não está traduzida em nenhum idioma. Por isso, na versão da referência em português do Brasil, a classe ga.controls.HelpBox é exibida em inglês.