When a user clicks the search icon of the inputListOfValues component, the Search and Select dialog opens, displaying the list. The user can then enter search criteria.

search and select in inputListOfValue component

When the user clicks the dropdown icon in the inputCombobxListOfValues component, the list is displayed in a box. The user can click the Search link to open a Search and Select dialog similar to the inputListOfValues component.

search and select dialog

The selectManyListbox and selectManyChoice components can display an All selection that allows users to select all items in the list.

context menu

 

If your application uses the Fusion technology stack, then you do not need to implement a ListOfValuesModel class or a QueryModel class.

Description
You can display static lists using single selection components, multi-selection components, and shuttles. How the list is displayed is determined by the different selection components. Each individual list item is displayed using the af:selectItem component. If your list is generated by a query, then you display the list using List-of-Value components. ADF Faces offers the following list components:

lists and list of values components


Documentation

Web User Interface Developer's Guide for Oracle ADF: Using Selection Components
Web User Interface Developer's Guide for Oracle ADF: Using Shuttle Components
Web User Interface Developer's Guide for Oracle ADF: Using List-Of-Values Components

Fusion Developers Guide for Oracle ADF: Creating Databound Selection Lists and Shuttles

Demos and code examples:
You can download the ADF Faces Rich Client component demo, where you can explore the components at runtime and view sample code.

ADF Faces Tag documentation

Back to main page