- Object is created with
doc.addObject()
. - ViewObject is created
Object.Proxy.__init__()
ViewObject.Proxy.__init__()
ViewObject.Proxy.attach()
, triggered byViewObject.Proxy = self
- Object exists
- loads()
- ViewObject exists
ViewObject.Proxy.attach()
- Properties are restored (onChanged())
Object.onDocumentRestored()