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:

  1. User selects another row in a list applet.

  2. Run a Row Select Event on Physical Renderer.

  3. Run OnControlEvent ("PHYEVENT_SELECT_ROW") on Presentation Model.

  4. Run AttachEventHandler ("PHYEVENT_SELECT_ROW", "HandleRowSelect") on Presentation Model.

  5. Run HandleRowSelect on PM.

Flow That Handles Navigation to Another Row in List Applets: This image is described in the surrounding text.