JAccControl Tag
<JAccControl> associates a named control to the Java accessibility element that is specified in the search path. This topic describes the elements of <AccControl> tag.
<JAccControl> syntax
The following code snippet shows how <JAccControl> tag is used:
<JAccControl name="control name">
<Path>
...
</Path>
</JAccControl>
Elements of <JAccControl>
The following table describes the elements of the <JAccControl> tag.
Element | Description |
---|---|
FindControl |
Returns True if the control is found on the UI, otherwise False. |
GetControlValue |
Returns the content of the control. |
SetControlValue |
Sets the content of the control; some controls might not be able to change their content. |
ExecuteControlAction |
Executes the default command for this control, depending on the Java accessibility integration. |
Note
Use this control type for all elements that are not a tree or a selection element, such as a list.
See Also
Concepts
JavaDDA
Use data driven adapters (DDAs)
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.