Models
are generic data structures that notify listeners when changed. The structure allows a form of 'introspection' as all property names and values can be queried and retrieved at runtime. All events fired by the model will bubble to all parents.
Model objects implement Serializable
and can therefore be used with GWT RPC. A model's children are not marked transient and will be passed in remote procedure calls.
This is the base class for all RDCs. Each atomic RDC must extend this class. GroupModel and ComponentModel extend this class.
@author Abhishek Verma @author Rahul AkolkarBase class to provide the following to views:
Base class to provide the following to views:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|