Description Objects from the Class Slots Extends Methods Author(s) See Also
linkedModelMVC is a class to represent a model-view-controller object that can be linked to other MVC objects. The linkedModelMVC class will combine these three components (model, view and controller) so that the MVC objects can be reused and it has the slots, parentMVC and childMVCList, to link this MVC object with other MVC objects.
Objects can be created by calls of the form new("linkedModelMVC", ...)
.
model
:the model object (will inherit from the gModel virtual class)
viewList
:a list of the view objects that visualize the model
controller
:the environment that stores information for the MVC object
parentMVC
:the name of the parent model (MVC) if there is a parent model
childMVCList
:a list of the names of the child models (MVCs); it may be an empty list if there are no children
Class "singleModelMVC"
, directly.
Class "MVC"
, by class "singleModelMVC"
.
Sets the childMVCList
slot
Returns the childMVCList
slot
Sets the parentMVC
slot
Returns the parentMVC
slot
Elizabeth Whalen
gModel-class
,
genView-class
,
singleModelMVC-class
,
MVC-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.