JAccTree tag in Unified Service Desk
The JAccTree
associates a named control to the Java accessibility tree element that is specified in the search path. This topic describes the elements of <JAccTree>
<JAccTree> syntax
The following code snippet shows the syntax of <JAccTree>
<JAccTree name="control name">
<Path>
...
</Path>
</JAccTree>
Elements of <JAccTree>
The following table describes the elements of the <JAccTree>
tag.
Element | Description |
---|---|
FindControl |
Returns True or False depending on whether the control is found on the UI. |
GetControlValue |
Returns the content of the control. |
SetControlValue |
Sets the content of the control. |
ExecuteControlAction |
Toggles the tree node state – expands or collapses it. |