Package | Description |
---|---|
oracle.ide.db.components |
Contains the ComponentWrapper API, which allows DBObject properties to be associated with a UI Component, and the property value by kept synchronized with the UI.
|
Modifier and Type | Method and Description |
---|---|
ComponentContext |
ComponentFactory.createComponentContext(java.lang.String propName, DBObject originalObject, DBObject contextObject)
Creates a ComponentContext for creating a ComponentWrapper for the given property and object.
|
ComponentContext |
ComponentWrapper.getComponentContext()
Gets the context that this ComponentWrapper was initialised with.
|
ComponentContext |
ComponentContext.getParentComponentContext()
Get the component context for the parent component.
|
Modifier and Type | Method and Description |
---|---|
abstract ComponentWrapper |
ComponentFactory.createWrapper(ComponentContext ctxt)
Creates a new ComponentWrapper using the information in the given context (e.g.
|
void |
ComponentWrapper.initialise(ComponentContext ctxt)
Called once on create of each ComponentWrapper to initialise the DBObjectProvider, DBObject etc.
|
void |
ComponentContext.setParentComponentContext(ComponentContext parentComponentContext)
Sets the ComponentContext that is parent to this ComponentContext - i.e.
|