| Package | com.pblabs.engine.mxml |
| Class | public class GroupReference |
| Inheritance | GroupReference Object |
| Implements | mx.core.IMXMLObject, flash.events.IEventDispatcher |
See also
| Property | Defined By | ||
|---|---|---|---|
| level : int
The level at which the group will be instantiated. | GroupReference | ||
| levels : Array
The levels at which the group will be instantiated. | GroupReference | ||
| name : String
The name of the group to instantiate with this reference. | GroupReference | ||
| Method | Defined By | ||
|---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void | GroupReference | ||
dispatchEvent(event:Event):Boolean | GroupReference | ||
hasEventListener(type:String):Boolean | GroupReference | ||
initialized(document:Object, id:String):void | GroupReference | ||
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void | GroupReference | ||
willTrigger(type:String):Boolean | GroupReference | ||
| level | property |
level:intThe level at which the group will be instantiated. If levels is set, this is ignored.
This property can be used as the source for data binding.
public function get level():int public function set level(value:int):void| levels | property |
levels:ArrayThe levels at which the group will be instantiated.
This property can be used as the source for data binding.
public function get levels():Array public function set levels(value:Array):void| name | property |
name:StringThe name of the group to instantiate with this reference.
This property can be used as the source for data binding.
public function get name():String public function set name(value:String):void| addEventListener | () | method |
public function addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void
Parameters
type:String | |
listener:Function | |
useCapture:Boolean (default = false) | |
priority:int (default = 0) | |
weakRef:Boolean (default = false) |
| dispatchEvent | () | method |
public function dispatchEvent(event:Event):Boolean
Parameters
event:Event |
Boolean |
| hasEventListener | () | method |
public function hasEventListener(type:String):Boolean
Parameters
type:String |
Boolean |
| initialized | () | method |
public function initialized(document:Object, id:String):void
Parameters
document:Object | |
id:String |
| removeEventListener | () | method |
public function removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Parameters
type:String | |
listener:Function | |
useCapture:Boolean (default = false) |
| willTrigger | () | method |
public function willTrigger(type:String):Boolean
Parameters
type:String |
Boolean |