Package | mx.managers |
Interface | public interface IFocusManagerGroup |
Implementors | RadioButton |
Property | Defined By | ||
---|---|---|---|
groupName : String
The name of the group of controls to which the control belongs.
| IFocusManagerGroup | ||
selected : Boolean
A flag that indicates whether this control is selected.
| IFocusManagerGroup |
groupName | property |
groupName:String
[read-write] The name of the group of controls to which the control belongs.
public function get groupName():String
public function set groupName(value:String):void
selected | property |
selected:Boolean
[read-write] A flag that indicates whether this control is selected.
public function get selected():Boolean
public function set selected(value:Boolean):void