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:

  1. User clicks in a cell in a list applet.

  2. Run a Focus Event for Cell in List on Physical Renderer.

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

  4. Run AttachEventHandler ("PHYEVENT_COLUMN_FOCUS", "OnCtrlFocus") on Presentation Model

  5. Run OnCtrlFocus on PM.


Flow That Handles a Cell Click in List Applets: This image is described in the surrounding text.