In the Application Navigator, select the trinidad-config.xml file.

22-6 Web User Interface Developers Guide for Oracle Application Development Framework

22.3.2 Using ADF Faces Table components in Screen Reader mode

If you are using ADF Faces table components in your web application, you must designate a column as the row header for screen reader mode. The row header is used by the screen reader software to announce the row when the end user selects it. Typically, a single column is used as a row header that allows multiple selections, but af:panelWindow Specify the title property. af:poll When using polling to update content, allow end users to control the interval, or to explicitly initiate updates instead of polling. af:query Specify the following properties: ■ headerText ■ addFieldsButtonAccessKey ■ addFieldsButtonText ■ resetButtonAccessKey ■ resetButtonText ■ saveButtonAccessKey ■ saveButtonText ■ searchButtonAccessKey ■ searchButtonText af:quickQuery Specify the searchDesc property. af:richTextEditor Specify the label property. af:selectBooleanCheckbox af:selectBooleanRadio One of the following properties must be specified: text, textAndAccessKey, or label. af:selectItem Specify the label property. Note that using the for attribute of af:outputLabel and af:panelMessageAndLabel components is not an acceptable alternative. af:selectManyCheckbox af:selectManyChoice af:selectManyListbox af:selectManyShuttle af:selectOneChoice af:selectOneListbox af:selectOneRadio af:selectOrderShuttle Specify the label property. For the af:selectManyShuttle and af:selectOrderShuttle components, the leadingHeader and trailingHeader properties must be specified. af:showDetailHeader Specify the text property. af:showDetailItem One of the following properties must be specified: text, textAndAccessKey, or shortDesc. af:table af:treeTable Specify the summary property. The summary should describe the purpose of the table. If the table is used for layout purposes, the summary property must contain an empty string. All table columns must have column headers. Table 22–1 Cont. ADF Faces Components Accessibility Guidelines Component Guidelines