Class Index | File Index

Classes


Class zwt.model.Model


Extends zwt.Object.

This is the base class of all model class.


Defined in: Model.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Construct a Model object.
Method Summary
Method Attributes Method Name and Description
 
Return the model event manager attached to the model.
 
onEvent(zwt_model_ModelEvent_event)
Dispatch the specified event to the appropriate event manager.
Class Detail
zwt.model.Model()
Construct a Model object.
Author: Jeremy KUHN.
Method Detail
{zwt.model.ModelEventManager} getModelEventManager()
Return the model event manager attached to the model.
Returns:
The model event manager

onEvent(zwt_model_ModelEvent_event)
Dispatch the specified event to the appropriate event manager.
Parameters:
{zwt.model.ModelEvent} zwt_model_ModelEvent_event
The event to dispatch

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Jan 12 2012 02:07:53 GMT+0100 (CET)