Input | Output |
---|---|
null | The Id of the root page is returned. |
Input | Output |
---|---|
P1(Id of row, column or tab) | The parent Id of the component is returned. |
Input | Output |
---|---|
P1(Id of column, tab or page) | An array containing the children Ids is returned. |
Input | Output |
---|---|
P1(elemId) | The index id of the element in the parent is returned. |
Input | Output |
---|---|
P1(attribute object) | An array containing the Ids of the service instances is returned. |
Input | Output |
---|---|
null | The active tab id is returned. |
Input | Output |
---|---|
P1(row Id) | The IScope object of the service instance corresponding to the row is returned. |
Input | Output |
---|---|
P1 (row Id) | The corresponding row is expanded. |
Input | Output |
---|---|
P1 (row Id) | The corresponding row is collapsed. |
Using API BTTUtil.Workarea.markNode with a note Id parameter, the corresponding service category node is highlighted.
Input | Output |
---|---|
P1(node Id) | The corresponding service category node is collapsed. |
P1(node Id), P2(color) | The corresponding service category node is highlight with the speficified color. |
Input | Output |
---|---|
null | All the nodes on the service list are unmarked. |