The client developer uses the Data Control Palette to insert already databound UI components into a JClient-prepared form or panel.
Value Bindings for the Entire Collection or Data Object
The Data Control Palette provides UI components that you can use to bind an entire data collection (which consists of data objects that comprise a row set), as shown in the following table.
UI Component | Drag and Drop As | ADF Binding Type |
---|---|---|
Table | Table binding | |
Combo Box | List binding in Navigation mode | |
List (inside a ScrollPane) | List binding in Navigation mode | |
Spinner | List binding in Navigation mode | |
Radio Button Group | List binding in Navigation mode | |
NavigationBar | Iterator binding | |
Tree | Tree binding | |
Graph | Graph binding | |
Slider | Scroll binding | |
ScrollBar | Scroll binding |
Value Bindings for Individual Data Object Attribute Values
The Data Control Palette provides UI components that you can use to bind a single data object attribute, as shown in the following table.
UI Component | Drag and Drop As | ADF Binding Type |
---|---|---|
TextField | Attribute binding | |
Edit Pane | Attribute binding | |
JULabel | Attribute binding | |
Label For (for Oracle ADF Business Components to display attribute's label control hint) | Attribute binding | |
Password Field | Attribute binding | |
Text Area | Attribute binding | |
Text Pane | Attribute binding | |
Button LOV | LOV binding | |
Check Box | Boolean binding | |
Formatted Edit Field | Formatted Text binding | |
Combo Box | List binding in Enumeration mode | |
List | List binding in Enumeration mode | |
Spinner | List binding in Enumeration mode | |
Radio Button Group | List binding in Enumeration mode | |
Progress Bar | Bounded Range binding | |
Scroll Bar | Bounded Range binding | |
Slider | Bounded Range binding |
For details about web page components, see About UI Components in Oracle ADF Web Pages.
Copyright © 1997, 2004, Oracle. All rights reserved.