ADF UIX List Of Value Sample

Overview

This sample demonstrates how to build an ADF UIX List Of Value (LOV) for an Employee application. The LOV will be used to populate the Department ID for a particular employee.

Requirements

You must have JDeveloper 10g and access to an Oracle database with the Oracle common schema installed on it. If you do not have the common schemas installed, follow these instructions. This sample depends on the hr_conn connection as defined in those instructions.

Running the sample

To run the sample right-click on the ViewController project and select Run from the context menu.

Steps to test the LOV

The LOV is attached to the Department Id field

  1. Click on the flashlight icon to the right of the Department Id field.
    This will bring up a separate window - the LOV window
  2. Select Department_Name from the Search By drop down list
  3. In the text field for Search By type %f%. This will bring up all departments that contain lower case f in the name.
  4. Click on Go to execute query.
  5. Select your department by clicking on the radio button for the department.
  6. Click on the Select button to return to the Employee page with the value you selected.