| Package | Description |
|---|---|
| oracle.adf.model.binding |
Contains the abstract implementation of ADFm binding objects.
|
| oracle.binding |
Contains interfaces for data binding.
|
| oracle.binding.util | |
| oracle.jbo.uicli.binding |
Contains ADF Swing classes that handle interaction with BC4J objects for various ADF Swing bindings.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DCDataChangeEvent |
| Modifier and Type | Method and Description |
|---|---|
DataChangeEvent |
DCDataChangeEvent.getBaseEvent() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
DCIteratorBinding.dataChanged(DataChangeEvent event) |
| Constructor and Description |
|---|
DCDataChangeEvent(java.lang.Object source, DataChangeEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataChangeListener.dataChanged(DataChangeEvent event)
raised when datachanges are detected in the datacontrol implementation and is to be notified via the bindings to the UI layers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataChangeMultiCaster.dataChanged(DataChangeEvent e)
Transmits an event to all the listeners in this list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JUIteratorBinding.dataChanged(DataChangeEvent event)
Internal: Applications should not use this method.
|
protected void |
JUCtrlValueBinding.notifyDataChangeEvent(DataChangeEvent event) |
protected void |
JUCtrlValueBinding.notifyDCE(DataChangeEvent event)
Deprecated.
...use notifyDataChangeEvent.
|