Description Objects from the Class Slots Methods Author(s) See Also
MVC is a virtual class to represent a model-view-controller object. The MVC class will combine these three components (model, view and controller) so that the MVC objects can be reused and linked.
A virtual Class: No objects may be created from it.
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
Sets the controller
slot
Returns the controller
slot
Sets the model
slot
Returns the model
slot
Sets the viewList
slot
Returns the viewList
slot
Elizabeth Whalen
gModel-class
,
genView-class
,
singleModelMVC-class
,
linkedModelMVC-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.