Your Business Components service has a view object (EmployeesView) with an attribute called Surname.
Surname has the Tooltip Text control hint set to “This is the surname field”. Where is the actual string for the
tooltip defined? (Choose the best answer.)
A.
in the view object definition file, for example, EmployeesView.xml
B.
in a string bundle file called ModelBundle.properties
C.
in ViewObjectImpl.java for the EmployeesView view object
D.
in the adf-config.xml file
E.
in a property set file with the default name PropertySet.хml
Explanation:
Example, Querying Tooltips for Specific View Objects
The ADFQuery element can contain zero or more child elements named ViewObject if UI hints of all attributes
in specific View Objects are queried. Each ViewObject element has a text content that contains the View
Object’s name. The ViewObject element is used to specify the View Objects from which the UI hints of all
attributes are queried.
For example, to query the tooltips of all attributes in the View Object that is named EmployeesView and
CustomersView under the My_orclADF physical database object, use the following XML code:
<?xml version=”1.0″ encoding=”iso-8859-1″ standalone=”yes”?>
<ADFQuery mode=”tooltip” database=”My_orclADF”
locale=”VALUEOF(NQ_SESSION.WEBLANGUAGE)”>
<ViewObject><![CDATA[EmployeesView]]></ViewObject>
<ViewObject><![CDATA[CustomersView]]></ViewObject>
https://docs.oracle.com/cd/E23549_01/bi.1111/e10541/adf_labels_tips.htm