Create List View dialog

Structure Window for ADF Mobile AMX or Source editor for ADF Mobile AMXthen chooseDrag a List View component from the Component palette

Use to create an ADF Mobile List View component and its child list item elements based on the selected collection object. You can also use this page to describe how dividers organize and group list items.

Bind Data
Select to create data bindings for List Views.

List Data Collection
Use Browse to locate the data source for the binding.

Element Type
Use Browse to select the element type within the data collection.

Element
Select from the type of list item component: text (main or subordinate) or images.

Value Binding
Select the attribute to which the list item is bound. Use the dropdown list to select another attribute from the collection.

Value
If needed, update the value for the selected type of list item component. You can update the text or the location for the image.

Divider Attribute
Select the attribute used by the ADF Mobile List View to group the list items.

Divider Mode
Select how the dividers will organize the list items. The options are:

All
Choose to group items based on the entire value. For example, if the attribute is based on a last name, then the dividers are the entire last name ("Jackson", "Johnson", "Jones", and so on). For example, if there are multiple rows where the last name is "Jones", then all of these rows would be grouped under the "Jones" divider.

First Letter
Choose to group items based on the first letter of the attribute. For example, if the divider attribute is a last name, then this mode creates dividers from the first letter of these names ("A", "B", "C", and so on). In this mode, "Jones", "Johnson", and "Jackson" all appear under the "J" divider.

The divider options are available if you choose a List View with a Dividers variation in the List View Gallery dialog.


Mobile Developer's Guide for Oracle ADF, "Dragging and Dropping Attributes"