| Package | Description | 
|---|---|
| oracle.jbo.uicli.controls | 
 Contains classes that implement ADF Swing controls 
 | 
| oracle.jbo.uicli.jui | 
 Contains JClient classes that implement binding of Swing controls with BC4J ViewObject, Attributes or Rows. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
JULabelBinding | 
JULabel.getModel()
Returns the attribute-binding model that this control is bound to. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JULabel.setModel(JULabelBinding binding)
Binds this label control with an attribute in a ViewObject. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static JULabelBinding | 
JULabelBinding.createAttributeBinding(JUFormBinding formBinding,
                      javax.swing.JLabel control,
                      java.lang.String voInstanceName,
                      java.lang.String voIterName,
                      java.lang.String voIterBindingName,
                      java.lang.String attrName)
This method is used by the JDeveloper design time wizards for binding a label
 with an attribute of rows of a ViewObject/RowIterator. 
 | 
static JULabelBinding | 
JULabelBinding.getInstance(JUFormBinding formBinding,
           javax.swing.JLabel control,
           java.lang.String voInstanceName,
           java.lang.String voIterName,
           java.lang.String voIterBindingName,
           java.lang.String attrName)
Deprecated. 
 
since JDeveloper 9.0.2, use createAttributeBinding instead 
 |