Package | Description |
---|---|
oracle.adf.model |
Contains the ADFm classes and interfaces that apply to the all ADFm implementation.
|
Modifier and Type | Field and Description |
---|---|
protected DataControlPolicy.ReleasePolicy |
BaseDataControlPolicyImpl.mReleasePolicy |
Modifier and Type | Method and Description |
---|---|
DataControlPolicy.ReleasePolicy |
DataControlPolicy.getReleasePolicy()
This methods provides a hint to the datacontrol frame what should be
done on this datacontrol when release is called on the frame.
|
DataControlPolicy.ReleasePolicy |
BaseDataControlPolicyImpl.getReleasePolicy()
This methods provides a hint to the datacontrol frame what should be
done on this datacontrol when release is called on the frame.
|
static DataControlPolicy.ReleasePolicy |
DataControlPolicy.ReleasePolicy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataControlPolicy.ReleasePolicy[] |
DataControlPolicy.ReleasePolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
BaseDataControlPolicyImpl(java.lang.String name,
java.lang.String transactionPolicy,
DataControlPolicy.ReleasePolicy releasePolicy) |