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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|