The following figure illustrates the flow that Siebel Open UI follows if the user sorts a column in a list applet. The steps in the flow are as follows:

  1. User sorts a column in a list applet.

  2. Run a Sort List Column Event on Physical Renderer.

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

  4. Run AttachEventHandler ("PHYEVENT_LIST_SORT", "OnClickSort") on Presentation Model.

  5. Run OnClickSort on PM.


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