| Package | Description |
|---|---|
| oracle.adf.model.binding |
Contains the abstract implementation of ADFm binding objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DCMethodParameter
*** For internal framework use only ***
|
| Modifier and Type | Method and Description |
|---|---|
DCParameter |
DCBindingContainer.findParameter(java.lang.String name)
Given the name, find a parameter (DCParameter) type object in this binding container of the same name.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DCBindingContainer.removeParameter(DCParameter control)
*** For internal framework use only *** Remove the parameter object from a binding container
|