GetPM Method for Components
The GetPM method that Siebel Open UI uses for components returns the presentation model object that the component references. It uses the following syntax:
GetPM()
It includes no arguments.
For example:
var pmObj = cmpObj.GetPM();
where:
cmpObj
references a component object.
If you use GetPM before Siebel Open UI runs the setup call for the component, then GetPM returns a value that indicates that Siebel Open UI has not yet defined the presentation model object that this component references.
For information about the GetPM method that Siebel Open UI uses for physical renderers, see GetPM Method for Physical Renderers.