About the ADF List of Values (LOV) Binding

An ADF List of Values (LOV) binding lets users choose a value from a list component that results in an update to a separate component. The list displays one or more informational attributes from a specified "source" data collection. When the user makes the selection, the LOV binding updates one or more attributes of a specified "target" data collection. Both the source and target data collections are defined by the LOV binding.

From the UI Model view of the Structure window, you use the LOV binding editor to define the source and target data collections, the binding between their attributes, and the attributes to display in the LOV-bound component.

Note: For a detailed description of the attributes you will select, display Help in the LOV binding editor. When choosing attributes for the LOV binding, please note these restrictions:

You can set an LOV binding for these UI components that you insert from the Data Control Palette into an ADF-enabled web page:

The advantage of using the LOV binding to manage an attribute value update is that the business service may specify a collection strictly for lookup purposes. For example, when the user needs the zip code for a mailing address, and they know only the city and state, the look-up collection need not display zip codes. In this case, after the user selects a city from the list, the zip code field will be updated based on this single selection.

In order to display the LOV target of the user's selection, your web page must display a UI component bound to the same target attribute. Inserting one of the above selection list components into your web page and defining the LOV binding provides only the binding between the source and target collections and determines what the component should display to the user.


Creating a List of Values with an ADF LOV Binding

Creating a Master-Detail Form with an ADF LOV Binding
Creating an Input Form with an ADF LOV Binding

 

Copyright © 1997, 2004, Oracle. All rights reserved.