Properties of the Presentation Model That Siebel Open UI Uses for List

The following table lists the properties of the presentation model that Siebel Open UI uses for a list applet.

Property Description

GetBeginRow

Returns the beginning row number of a list applet.

GetListOfColumns

Returns an array, where each item in this array corresponds to a column control in a list applet. Each of these items is defined as a JSON object with the following keys:

  • name

  • controlType

  • isLink

  • index

  • bCanUpdate

  • control

For more information about JSON, see the JSON website at: http://www.json.org.

GetRowIdentifier

Returns a string that contains information about the row.

GetRowListRowCount

Returns the number of rows that a list applet contains.

GetRowsSelectedArray

Returns an array, where each item in this array corresponds to a row number in a list applet. Each array item includes one of the following values:

  • true. The row is chosen.

  • false. The row is not chosen.

HasHierarchy

Returns a Boolean value that indicates whether or not the list can include hierarchical records.