| Package | Description |
|---|---|
| oracle.adf.model |
Contains the ADFm classes and interfaces that apply to the all ADFm implementation.
|
| oracle.adf.model.adapter |
Contains the implementation for abstract adapters for various oracle.binding.DataControl
implementation shipped with ADF.
|
| oracle.adf.model.bean | |
| oracle.adf.model.binding |
Contains the abstract implementation of ADFm binding objects.
|
| oracle.adf.model.generic |
Contains a readonly DataControl implementation for JavaBeans.
|
| 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 | Interface and Description |
|---|---|
interface |
OperationInfo
Represents information about an operation that a datacontrol should use to invoke it.
|
| Modifier and Type | Method and Description |
|---|---|
OperationInfo |
RowContext.getMasterOperationInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AdapterDCService.hasOperationParamsChanged(OperationInfo operationInfo)
Check if the operation params has changed during an iterator execution.
|
boolean |
AbstractImpl.shouldReexecuteOperation(OperationInfo operationInfo)
Determines if a method should be reexecuted.
|
| Modifier and Type | Method and Description |
|---|---|
OperationInfo |
DCRowContext.getMasterOperationInfo() |
| Modifier and Type | Class and Description |
|---|---|
class |
DCInvokeMethod
Implements metadata and logic to invoke a custom action binding method.
|
class |
DCInvokeMethodDef
Implements metadata and logic to invoke a custom action binding method.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DCDataControl.hasOperationParamsChanged(OperationInfo info) |
| Modifier and Type | Method and Description |
|---|---|
OperationInfo |
DCRowContext.getMasterOperationInfo() |
| Modifier and Type | Method and Description |
|---|---|
OperationInfo |
OperationBinding.getOperationInfo()
Returns a description of the operation to invoke.
|
| Modifier and Type | Method and Description |
|---|---|
OperationInfo |
JUCtrlActionBinding.getOperationInfo() |