GetPR Method

The GetPR method returns a physical renderer object that is associated with a component. It uses the following syntax:

GetPR() 

It includes no arguments.

For example:

var prObj = cmpObj.GetPR(); 

where:

  • cmpObj references a component object.

Siebel Open UI defers creating the physical renderer until it calls the Show function in the component.