| Package | Description |
|---|---|
| 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 | Method and Description |
|---|---|
void |
JUCtrlListBindingChangeListener.valueNotFound(JUCtrlListBindingChangeEvent event)
This method will be called by the JUCtrlListBinding when a lookup is
performed and the value is not found in the binding list.
|
void |
JUCtrlListBindingChangeAdapter.valueNotFound(JUCtrlListBindingChangeEvent e) |
| Modifier and Type | Class and Description |
|---|---|
class |
JUCtrlListBindingChangeEvent
JUCtrlListBinding will notify registered listeners when
an unknown value is encountered.
|