GetParent Method
The GetParent method gets the parent component object. Siebel Open UI uses a tree structure to manage components. It uses this structure to identify the parent component that a query examines. It uses the following syntax:
GetParent()
It includes no arguments.
For example:
var parentObj = cmpObj.GetParent();
where:
cmpObj
references a component object.