Package | artcustomer.framework.core |
Interface | public interface IView |
Implementors | AbstractFlashView |
Property | Defined By | ||
---|---|---|---|
component : IComponent | IView | ||
id : String | IView | ||
index : int | IView | ||
isReset : Boolean [read-only] | IView | ||
isSetup : Boolean [read-only] | IView |
Method | Defined By | ||
---|---|---|---|
add():void | IView | ||
destroy():void | IView | ||
init():void | IView | ||
move(pX:int = 0, pY:int = 0):void | IView | ||
remove():void | IView | ||
reset():void | IView | ||
resize():void | IView | ||
setup():void | IView | ||
IView |
component | property |
component:IComponent
public function get component():IComponent
public function set component(value:IComponent):void
id | property |
id:String
public function get id():String
public function set id(value:String):void
index | property |
index:int
public function get index():int
public function set index(value:int):void
isReset | property |
isReset:Boolean
[read-only] public function get isReset():Boolean
isSetup | property |
isSetup:Boolean
[read-only] public function get isSetup():Boolean
add | () | method |
public function add():void
destroy | () | method |
public function destroy():void
init | () | method |
public function init():void
move | () | method |
public function move(pX:int = 0, pY:int = 0):void
Parameters
pX:int (default = 0 )
| |
pY:int (default = 0 )
|
remove | () | method |
public function remove():void
reset | () | method |
public function reset():void
resize | () | method |
public function resize():void
setup | () | method |
public function setup():void
update | () | method |
public function update(updateType:String, data:IViewData):void
Parameters
updateType:String | |
data:IViewData |