Configuring Siebel Open UI > Siebel Open UI Application Programming Interface > Methods of the Siebel Open UI Application Programming Interface >

JQ Grid Renderer Class for Applets


This topic describes the methods that Siebel Open UI uses with the JQGridRenderer class. It includes the following information:

Siebel Open UIuses this class to render an applet as a form.

OnControlBlur Method

The OnControlBlur method handles an onblur event for a control that resides in a form applet. It uses the following syntax:

OnControlBlur(arguments)

where:

  • arguments can include the following:
    • rowid
    • cellname
    • value
    • iRow
    • iCol

For information about the OnCtrlBlur method that Siebel Open UI uses with the presentation model for list applets, see OnCtrlBlur Method.

OnControlMvg Method

The OnControlMvg method handles a multivalue group for a control that resides in a form applet. It uses the following syntax:

OnControlMvg(column_name)

where:

  • column_name identifies the column that includes the multivalue group.

OnControlPick Method

The OnControlPick method handles a picklist for a control that resides in a form applet. It uses the following syntax:

OnControlPick(column_name)

where:

  • column_name identifies the column that includes the picklist.

OnPagination Method

The OnPagination method handles a pagination that occurs in a form applet. It uses the following syntax:

OnPagination(title)

where:

  • title identifies the title of the page.

OnRowSelect Method

The OnRowSelect method handles a row click. It runs if the user clicks a row. It starts the PositionOnRow that updates the proxy business component. It uses the following syntax:

OnRowSelect(rowId)

where:

  • rowId identifies the row that the user clicked.
Configuring Siebel Open UI Copyright © 2015, Oracle and/or its affiliates. All rights reserved. Legal Notices.