Package | Description |
---|---|
oracle.adf.model |
Contains the ADFm classes and interfaces that apply to the all ADFm implementation.
|
oracle.adf.model.binding |
Contains the abstract implementation of ADFm binding objects.
|
oracle.adf.model.dcframe |
Modifier and Type | Method and Description |
---|---|
DataControlFrame |
BindingContext.beginTransaction(java.lang.String name,
java.util.List<DataControlPolicy> policies,
DataControlPolicy defaultPolicy)
Creates a new datacontrol frame with the given name if it does not
exist, and begins a new transaction.
|
DataControlFrame |
BindingContext.createDataControlFrame(java.lang.String name,
DataControlFrame parentFrame,
java.util.List<DataControlPolicy> policies,
DataControlPolicy defaultPolicy)
Creates a datacontrol frame with the given name.
|
DataControlFrame |
BindingContext.createDataControlFrame(java.lang.String name,
java.util.List<DataControlPolicy> policies,
DataControlPolicy defaultPolicy)
Deprecated.
since 11.1.1.0.0
|
DataControlFrame |
BindingContext.dataControlFrame() |
DataControlFrame |
BindingContext.findDataControlFrame(java.lang.String name)
Returns a datacontrol frame with the given name.
|
DataControlFrame |
BindingContext.getCurrentFrameInternal() |
DataControlFrame |
BindingContext.setCurrentFrameInternal(DataControlFrame frame) |
Modifier and Type | Method and Description |
---|---|
DataControlFrame |
BindingContext.createDataControlFrame(java.lang.String name,
DataControlFrame parentFrame,
java.util.List<DataControlPolicy> policies,
DataControlPolicy defaultPolicy)
Creates a datacontrol frame with the given name.
|
void |
BindingContext.dataControlFrameReleased(DataControlFrame frame)
Callback method from datacontrol frame to notify the bindingcontext that
it has been released.
|
DCDataControl |
BindingContext.instantiateDataControl(DataControlFrame frame,
java.lang.String dcKey,
java.lang.String transactionName)
For use by datacontrol frame to instantiate a new datacontrol, using
the DataControlReference found in the BindingContext location passed.
|
DataControlFrame |
BindingContext.setCurrentFrameInternal(DataControlFrame frame) |
Modifier and Type | Method and Description |
---|---|
DataControlFrame |
DCDataControl.internalGetDataControlFrame()
framework use only
|
Modifier and Type | Method and Description |
---|---|
DCBindingContainer |
DCBindingContainerPassivationState.recreateBindingContainer(BindingContext ctx,
DataControlFrame frame)
This method should only be used on top-level binding containers
|
Modifier and Type | Class and Description |
---|---|
class |
DataControlFrameImpl |