Flow That Handles a Cell Edit and Blur in List Applets
The following figure illustrates the flow that Siebel Open UI follows if the user edits a cell in a list applet, and then navigates away from this cell. The steps in the flow are as follows:
-
User edits a cell in a list applet and navigates away.
-
Run a Column Cell Change Event on Physical Renderer.
-
Run OnControlEvent ("PHYEVENT_COLUMN_CHANGE") on Presentation Model.
-
Run AttachEventHandler ("PHYEVENT_COLUMN_CHANGE", "OnCtrlBlur") on Presentation Model.
-
Run OnCtrlBlur on PM.
