Flow That Handles Navigation to Another Row in List Applets
The following figure illustrates the flow that Siebel Open UI follows if the user navigates to another row in a list applet. The steps in the flow are as follows:
- 
    User selects another row in a list applet. 
- 
    Run a Row Select Event on Physical Renderer. 
- 
    Run OnControlEvent ("PHYEVENT_SELECT_ROW") on Presentation Model. 
- 
    Run AttachEventHandler ("PHYEVENT_SELECT_ROW", "HandleRowSelect") on Presentation Model. 
- 
    Run HandleRowSelect on PM. 
