JAccSelector Tag
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
<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.
See Also
JavaDDA
Use data driven adapters (DDAs)
Unified Service Desk 2.0
© 2016 Microsoft. All rights reserved. Copyright