Flow That Handles a Cell Click in List Applets
The following figure illustrates the flow that Siebel Open UI follows if the user clicks a cell in a list applet. The steps in the flow are as follows:
-
User clicks in a cell in a list applet.
-
Run a Focus Event for Cell in List on Physical Renderer.
-
Run OnControlEvent ("PHYEVENT_COLUMN_FOCUS") on Presentation Model.
-
Run AttachEventHandler ("PHYEVENT_COLUMN_FOCUS", "OnCtrlFocus") on Presentation Model
-
Run OnCtrlFocus on PM.
