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
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
A flag that indicates whether this control is selected.
public function get selected():Boolean
public function set selected(value:Boolean):void