| Package | wk.mvcs.model |
| Class | public class WK_ModelData |
| Inheritance | WK_ModelData flash.events.EventDispatcher |
| Implements | WKI_ModelData |
| Language Version : | ActionScript 3.0 |
| Method | Defined By | ||
|---|---|---|---|
| WK_ModelData | |||
| Method | Defined By | ||
|---|---|---|---|
init():void
The init method is called when the init object
WK_Init.instance dispatches an WK_Event
of type INIT. | WK_ModelData | ||
initModel():void
The init method is called when the init object
WK_Init.instance dispatches an WK_Event
of type INIT_MODEL. | WK_ModelData | ||
initModelData():void
The init method is called when the init object
WK_Init.instance dispatches an WK_Event
of type INIT_MODEL_DATA. | WK_ModelData | ||
| Event | Summary | Defined By | ||
|---|---|---|---|---|
| WK_ModelData | ||||
| WK_ModelData | () | Constructor |
public function WK_ModelData()| init | () | method |
protected function init():void
The init method is called when the init object
WK_Init.instance dispatches an WK_Event
of type INIT.
By default the init method dispatches
the Flex Event PropertyChangeEvent.PROPERTY_CHANGE
when it is invoked.
This method may be overridden by subclasses.
See also
| initModel | () | method |
protected function initModel():void
The init method is called when the init object
WK_Init.instance dispatches an WK_Event
of type INIT_MODEL.
This method may be overridden by subclasses.
See also
| initModelData | () | method |
protected function initModelData():void
The init method is called when the init object
WK_Init.instance dispatches an WK_Event
of type INIT_MODEL_DATA.
This method may be overridden by subclasses.
See also
| propertyChange | Event |
| Language Version : | ActionScript 3.0 |