Property | Defined By | ||
---|---|---|---|
component : IComponent [read-only] | IModel | ||
context : IContext [read-only] | IModel | ||
numModels : int [read-only] | IModel |
Method | Defined By | ||
---|---|---|---|
destroy():void | IModel | ||
getModel(id:String):IMacroModel | IModel | ||
hasregisterModel(id:String):Boolean | IModel | ||
init():void | IModel | ||
reset():void | IModel | ||
setup():void | IModel | ||
IModel |
component | property |
context | property |
numModels | property |
numModels:int
[read-only] public function get numModels():int
destroy | () | method |
public function destroy():void
getModel | () | method |
hasregisterModel | () | method |
public function hasregisterModel(id:String):Boolean
Parameters
id:String |
Boolean |
init | () | method |
public function init():void
reset | () | method |
public function reset():void
setup | () | method |
public function setup():void
update | () | method |
public function update(updateType:String, data:IViewData, viewID:String = null, isViewSetup:Boolean = true):void
Parameters
updateType:String | |
data:IViewData | |
viewID:String (default = null )
| |
isViewSetup:Boolean (default = true )
|