linkedModelMVC-class {MVCClass} | R Documentation |
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
:viewList
:controller
:parentMVC
:childMVCList
:
Class "singleModelMVC"
, directly.
Class "MVC"
, by class "singleModelMVC"
.
childMVCList
slot childMVCList
slot parentMVC
slot parentMVC
slot Elizabeth Whalen
gModel-class
,
genView-class
,
singleModelMVC-class
,
MVC-class