| Package | Description |
|---|---|
| oracle.jbo.common |
Contains the implementation of components shared by thin clients and the middle tier.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PropertyMetadataListener
This interface allows a component in the runtime environment to register
with a PropertyMetadataDelegate in the design environment
|
| Modifier and Type | Method and Description |
|---|---|
PropertyMetadataDelegate |
PropertyMetadata.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static void |
PropertyMetadata.registerDelegate(PropertyMetadata propertyMetadata,
PropertyMetadataDelegate delegate)
register a delegate if you want to override the default value for properties.
|