Flow That Handles Focus Changes in List Applets

The following figure illustrates the life cycle flow that Siebel Open UI follows if the focus changes for a field in a list applet. For example, if the user tabs out a field, clicks outside the field, minimizes the window, saves the record, and so on. The steps in the flow, after a user navigates away from a field in a list applet, are as follows:

  1. Run the List Physical Renderer Cell Blur event.

  2. Run OnControlEvent ("PHYEVENT_COLUMN_CHANGE") on Presentation Model (PM).

  3. Run AttachEventHandler ("PHYEVENT_COLUMN_CHANGE", "OnCtrlBlue") on PM.

  4. Run OnCtrlBlur on PM.

  5. Run LeaveField on PM.


Flow That Handles Focus Changes in List Applets: This image is described in the surroundig text.