The following figure illustrates the life cycle flow that Siebel Open UI follows to update the proxy and presentation model. The steps in the flow are as follows:
-
Reply from Siebel Server.
-
Do PostExecute Call Back.
-
Run AttachProxyExecuteBinding ("method", function(){}) on Presentation Model (PM).
Run Handle Focus on PM
Run one of the following on PM: ExecuteMethod("FocusFirstControl") or ExecuteMethod("SetFocusToCtrl")
-
Run AttachPreProxyExecuteBinding ("method", function(){}) on Presentation Model.
Run ProccessUIEventMap on PM.
-
Run PostExecute on PM.
-
