Class zwt.model.Model
Extends
zwt.Object.
This is the base class of all model class.
Defined in: Model.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Construct a Model object.
|
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.
|
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