Flow That Handles a Column Sort in List Applets
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:
-
User sorts a column in a list applet.
-
Run a Sort List Column Event on Physical Renderer.
-
Run OnControlEvent ("PHYEVENT_LIST_SORT") on Presentation Model.
-
Run AttachEventHandler ("PHYEVENT_LIST_SORT", "OnClickSort") on Presentation Model.
-
Run OnClickSort on PM.
