Flow That Handles the Pagination Button in List Applets
The following figure illustrates the flow that Siebel Open UI follows if the user clicks the pagination button in a list applet. The steps in the flow are as follows:
-
User clicks a Pagination button in a list applet.
-
Run a Pagination Event on Physical Renderer.
-
Run OnControlEvent ("PHYEVENT_VSROLL") on Presentation Model.
-
Run AttachEventHandler ("PHYEVENT_VSCROLL", "OnVerticalScroll") on Presentation Model.
-
Run OnVerticalScroll on PM.
