| Pacote | mx.managers |
| Interface | public interface IFocusManagerGroup |
| Implementors | RadioButton |
| Propriedade | Definido por | ||
|---|---|---|---|
| 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 | propriedade |
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 | propriedade |
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