Pakiet | mx.managers |
Interfejs | public interface IFocusManagerComplexComponent extends IFocusManagerComponent |
Implementory | FlexHTMLLoader |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
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 [tylko do odczytu]
A flag that indicates whether the component currently has internal
focusable targets
| IFocusManagerComplexComponent | ||
mouseFocusEnabled : Boolean [tylko do odczytu]
A flag that indicates whether the component can receive focus
when selected with the mouse. | IFocusManagerComponent | ||
tabFocusEnabled : Boolean [tylko do odczytu]
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 |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
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 |
Szczegół właściwości
hasFocusableContent | właściwość |
hasFocusableContent:Boolean
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
A flag that indicates whether the component currently has internal focusable targets
Implementacja
public function get hasFocusableContent():Boolean
Szczegół metody
assignFocus | () | metoda |
public function assignFocus(direction:String):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | 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
Parametry
direction:String — "bottom" if TAB used with SHIFT key, "top" otherwise
|
Tue Jun 12 2018, 12:06 PM Z