| Package | lunas.groups |
| Class | public dynamic class CoreGroup |
| Inheritance | CoreGroup Object |
| Subclasses | RadioButtonGroup |
| Property | Defined By | ||
|---|---|---|---|
| groups : Map
The internal MultiHashSet reference of this manager. | CoreGroup | ||
| Method | Defined By | ||
|---|---|---|---|
Creates a new CoreGroup instance. | CoreGroup | ||
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 | ||
handleEvent(e:Event):void
Handles the event. | CoreGroup | ||
Initialize the internal map of this group manager. | CoreGroup | ||
Returns the Map representation of the groups. | CoreGroup | ||
| groups | property |
public var groups:MapThe internal MultiHashSet reference of this manager.
| CoreGroup | () | Constructor |
public function CoreGroup()Creates a new CoreGroup instance.
| contains | () | method |
public function contains(groupName:String):Boolean
Returns true if the specified group name exist.
Parameters
groupName:String |
Boolean — true if the specified group name exist.
|
| get | () | method |
public function get(groupName:String):GroupableReturns the current IGroupable object selected with the passed-in group name.
Parameters
groupName:String |
Groupable |
| handleEvent | () | method |
public function handleEvent(e:Event):voidHandles the event.
Parameters
e:Event |
| initMap | () | method |
public function initMap():MapInitialize the internal map of this group manager. This method is used in the constructor of this class. You can overrides this method.
ReturnsMap |
| toMap | () | method |
public function toMap():Map
Returns the Map representation of the groups.
Map — the Map representation of the groups.
|