Package | Description |
---|---|
oracle.adf.model.binding |
Contains the abstract implementation of ADFm binding objects.
|
oracle.binding |
Contains interfaces for data binding.
|
oracle.jbo.uicli.binding |
Contains ADF Swing classes that handle interaction with BC4J objects for various ADF Swing bindings.
|
Modifier and Type | Method and Description |
---|---|
protected DataChangeEntry |
DCDataChangeEvent.wrapDCE(DataChangeEntry en) |
Modifier and Type | Method and Description |
---|---|
protected DataChangeEntry |
DCDataChangeEvent.wrapDCE(DataChangeEntry en) |
Constructor and Description |
---|
DCDataChangeEvent(java.lang.Object source, int id, java.util.List<DataChangeEntry> changeList) |
Modifier and Type | Method and Description |
---|---|
java.util.List<DataChangeEntry> |
DataChangeEvent.getChangeList() |
Constructor and Description |
---|
DataChangeEvent(java.lang.Object source, int id, DataChangeEntry[] changeList)
Advanced internal only for framework use.
|
Constructor and Description |
---|
DataChangeEvent(java.lang.Object source, int id, java.util.List<DataChangeEntry> changeList)
Creates an event with a data change list.
|
DataChangeEvent(java.lang.Object source, int id, java.util.List<DataChangeEntry> changeList, java.sql.Timestamp ts)
Creates an event with a data change list and generation timestamp.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
JUCtrlValueBinding.getMasterKeyPathForDCE(DataChangeEntry en)
*** For internal framework use only *** Returns an array of all elements except the first one from KeyPath.
|
JUCtrlHierNodeBinding |
JUCtrlHierBinding.getMasterNodeForDCE(DataChangeEntry en)
*** For internal framework use only *** Returns the master node for this event entry.
|
boolean |
JUCtrlValueBinding.isNullInsertKeyPathForDCE(DataChangeEntry en)
*** For internal framework use only *** If this insert event is for data that need to be inserted before or after a known data point in the same hierarchy/level, then return false.
|