fireas.main.ui
public class UILogic
继承UILogic Inheritance flash.events.EventDispatcher
Implements IProperty



受保护属性
 属性定义方
  content : Object
UILogic
  map : ViewMap
UILogic
公共方法
 方法定义方
  
UILogic
  
bind(display:DisplayObject, viewMap:ViewMap = null):void
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 事件
事件对象类型: fireas.main.events.UIEvent