| Package | Description | 
|---|---|
| oracle.adf.model | 
 Contains the ADFm classes and interfaces that apply to the all ADFm implementation. 
 | 
| oracle.jbo.uicli.binding | 
 Contains ADF Swing classes that handle interaction with BC4J objects for various ADF Swing bindings. 
 | 
| oracle.jbo.uicli.jui | 
 Contains JClient classes that implement binding of Swing controls with BC4J ViewObject, Attributes or Rows. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
AttributeBinding
A ControlBinding that binds a single attribute value exposed via a datacontrol
 to a view component. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JUCtrlAttrsBinding
A JUControlBinding class responsible for binding controls/models
 that are bound to a single Row object in the BC4J layer. 
 | 
class  | 
JUCtrlBoolBinding
Implements data binding support for controls that allow only one of two values,
 like a checkbox. 
 | 
class  | 
JUCtrlListBinding
A JUCtrlAttrsBinding class responsible displaying a list of values
 from a static list or a list calculated at runtime using another BC4J ViewObject/RowIterator. 
 | 
class  | 
JUCtrlParameterBinding
A JUControlBinding class responsible for binding controls/models
 that are bound to a single Row object in the BC4J layer. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JUButtonBinding
Implements binding a Swing AbstractButton object with a BC4J attribute. 
 | 
class  | 
JUButtonGroupBinding
Binds a group of buttons in a panel to an attribute in a ViewObject such that
 on selection of a given button, this binding works like a LOV binding or used
 to display an enumerated list for update. 
 | 
class  | 
JUComboBoxBinding
Implements binding a Swing JComboBox to a BC4J Attribute or ViewObject or as an LOV (list of values). 
 | 
class  | 
JUComboBoxCtrlBinding
Implements binding a Swing JComboBox or JUComboBox to a BC4J Attribute or 
 ViewObject or as an LOV (list of values). 
 | 
class  | 
JUComboBoxLovEditBinding  | 
class  | 
JUDefaultControlBinding
Implements a generic binding for any Swing control (custom or not) to bind to a BC4J attribute. 
 | 
class  | 
JUFormattedTextFieldBinding
JUI binding for JFormattedTextField 
 | 
class  | 
JULabelBinding
Binds a label control as a control binding so that the text for the label is derived
 from an attribute of a ViewObject row. 
 | 
class  | 
JUListSingleSelBinding
Implements binding a Swing JList (in single selection mode)
  to a BC4J Attribute, ViewObject, or as an LOV. 
 | 
class  | 
JULovButtonBinding
Binds a JButton with an iterator such that on button action, an LOV dialog (either a framework
 default dialog or an application-specific one) is displayed; upon the dialog close, the current
 row from the associated iterator is used to update values of bound attributes in a target row of a
 target RowIterator. 
 | 
class  | 
JUProgressBarAttrBinding
Implements binding a JProgressBar control with a BC4J attribute. 
 | 
class  | 
JUScrollBarAttrBinding
Implements binding a JScrollBar control with an Attribute in a BC4J RowSet. 
 | 
class  | 
JUSliderAttrBinding
Implements binding a JSlider control with an Attribute in a BC4J RowSet. 
 | 
class  | 
JUSpinnerBinding
Implements binding for JSpinner control. 
 | 
class  | 
JUTextFieldBinding
JUTextFieldBinding is a lightweight Document model that implements
 binding a  
javax.swing.JTextComponent to an attribute in 
 a row of a BC4J ViewObject. |