| Package | fl.managers |
| Interface | public interface IFocusManagerGroup |
| Implementors | RadioButton |
| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, Flash Player 9.0.28.0 |
A radio button, for example, must implement the IFocusManagerGroup interface because only one radio button can be selected from a group of radio button components at a time. The focus manager ensures that focus is not given to a radio button that is not selected when focus moves in response to the Tab key.
See also
| Property | Defined By | ||
|---|---|---|---|
| groupName : String
Gets or sets the name of the group of components to which this component belongs. | IFocusManagerGroup | ||
| selected : Boolean
Gets or sets a Boolean value that indicates whether this component is selected. | IFocusManagerGroup | ||
| groupName | property |
groupName:String [read-write] | Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, Flash Player 9.0.28.0 |
Gets or sets the name of the group of components to which this component belongs.
public function get groupName():String public function set groupName(value:String):void| selected | property |
selected:Boolean [read-write] | Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, Flash Player 9.0.28.0 |
Gets or sets a Boolean value that indicates whether this component is selected.
A value of true indicates that the component is selected;
a value of false indicates that it is not selected.
public function get selected():Boolean public function set selected(value:Boolean):void
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/fl/managers/IFocusManagerGroup.html