JAccSelector tag in Unified Service Desk
<JAccSelector>
associates a named control to the Java accessibility element that is specified in the search path. You can use this control type for all selection elements such as lists boxes or lists in combo boxes. This topic describes the elements of <JAccSelector>
<JAccSelector> syntax
<JAccSelector name="control name">
<Path>
...
</Path>
</JAccSelector>
Elements of <JAccSelector>
The following table describes the elements of the <JAccSelector>
tag:
Element | Description |
---|---|
FindControl |
Returns True or False depending on whether the control is found on the UI. |
GetControlValue |
Returns the name of the selected item(s); multiple items are separated by comma. |
SetControlValue |
Sets the selection in the list; multiple items are separated by comma. |
ExecuteControlAction |
Toggles the current selection. |
Note
Some combo boxes are set to editable, which enables user to enter any text in the input field. For such combo boxes, you must use the <JAccControl>
tag in the bindings for the input box to set the value.