GetPM Method for Physical Renderers
The GetPM method returns a presentation model instance. It uses the following syntax:
GetPM()
It includes no arguments.
For example, the jqmlistrenderer.js file includes the following code:
var listOfColumns = this.GetPM().Get("ListOfColumns");
For information about:
Examples that use GetPM, see the following topics:
How Siebel Open UI uses GetPM, see the following topics:
The GetPM method that Siebel Open UI uses for components, see GetPM Method for Components.