| Package | lunas.groups |
| Class | public class RadioButtonGroup |
| Inheritance | RadioButtonGroup CoreGroup Object |
| Method | Defined By | ||
|---|---|---|---|
Creates a new RadioButtonGroup. | RadioButtonGroup | ||
![]() | contains(groupName:String):Boolean
Returns true if the specified group name exist. | CoreGroup | |
![]() |
Returns the current IGroupable object selected with the passed-in group name. | CoreGroup | |
[static]
Returns a singleton reference of the RadioButtonGroup class. | RadioButtonGroup | ||
![]() | handleEvent(e:Event):void
Handles the event. | CoreGroup | |
![]() |
Initialize the internal map of this group manager. | CoreGroup | |
Selects the passed-in IGroupable item. | RadioButtonGroup | ||
![]() |
Returns the Map representation of the groups. | CoreGroup | |
unSelect(item:*):void
Unselect the specified item in argument. | RadioButtonGroup | ||
| RadioButtonGroup | () | Constructor |
public function RadioButtonGroup()Creates a new RadioButtonGroup.
| getInstance | () | method |
public static function getInstance():RadioButtonGroupReturns a singleton reference of the RadioButtonGroup class.
ReturnsRadioButtonGroup — a singleton reference of the RadioButtonGroup class.
|
| select | () | method |
public function select(item:Groupable):voidSelects the passed-in IGroupable item.
Parameters
item:Groupable |
| unSelect | () | method |
public function unSelect(item:*):voidUnselect the specified item in argument. This item can be a Groupable object or the String representation of the name's group to unselect.
Parameters
item:* |