| 方法 | 定义方 | ||
|---|---|---|---|
UILogic() | UILogic | ||
| UILogic | |||
callProperty(name:String, ... rest):* | UILogic | ||
getProperty(name:String):* | UILogic | ||
setProperty(name:String, value:*):void | UILogic | ||
| 方法 | 定义方 | ||
|---|---|---|---|
complete():void | UILogic | ||
notifyHandler(event:Event):void | UILogic | ||
registerProperty(name:String, handler:Function, defaultValue:* = null):void | UILogic | ||
| 事件 | 摘要 | 定义方 | ||
|---|---|---|---|---|
| UILogic | ||||
| content | 属性 |
protected var content:Object| map | 属性 |
protected var map:ViewMap| UILogic | () | 构造函数 |
public function UILogic()| bind | () | 方法 |
public function bind(display:DisplayObject, viewMap:ViewMap = null):void参数
display:DisplayObject | |
viewMap:ViewMap (default = null) |
| callProperty | () | 方法 |
public function callProperty(name:String, ... rest):*参数
name:String | |
... rest |
* |
| complete | () | 方法 |
protected function complete():void| getProperty | () | 方法 |
public function getProperty(name:String):*参数
name:String |
* |
| notifyHandler | () | 方法 |
protected function notifyHandler(event:Event):void参数
event:Event |
| registerProperty | () | 方法 |
protected function registerProperty(name:String, handler:Function, defaultValue:* = null):void参数
name:String | |
handler:Function | |
defaultValue:* (default = null) |
| setProperty | () | 方法 |
public function setProperty(name:String, value:*):void参数
name:String | |
value:* |
| uiComplete | 事件 |