gAddMessage-class {MVCClass} | R Documentation |
gAddMessage is a virtual class to represent an add message. Both gAddDataMessage and gAddViewMessage classes are inherited from gAddMessage.
A virtual Class: No objects may be created from it.
dataName
:the name of the data to be added or the name of the data that the view will visualize
mData
:a list of information needed to perform the addition
type
:the type of addition to perform (ex. which type of model to add or which type of view to add)
Class "gModifyMessage"
, directly.
Class "gMessage"
, by class "gModifyMessage"
.
No methods defined with class "gAddMessage" in the signature.
Elizabeth Whalen
gMessage-class
,
gModifyMessage-class
,
gAddViewMessage-class
,
gAddDataMessage-class
,
gAddChildMessage-class