Description Objects from the Class Slots Extends Methods Author(s) See Also
singleModelMVC is a class to represent a model-view-controller object that cannot be linked to other MVC objects (i.e. single refers to the MVC object being unlinked). The singleModelMVC class will combine thee three components (model, view and controller) so that the MVC objects can be reused.
Objects can be created by calls of the form new("singleModelMVC", ...)
.
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
Class "MVC"
, directly.
No methods defined with class "singleModelMVC" in the signature.
Elizabeth Whalen
gModel-class
,
genView-class
,
MVC-class
,
linkedModelMVC-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.