| 
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.jbo.common.NamedObjectImpl
oracle.jbo.server.NamedObjectImpl
oracle.jbo.server.ComponentObjectImpl
oracle.jbo.server.ContainerObjectImpl
public abstract class ContainerObjectImpl
The implementation of the ContainerObject interface.
| Field Summary | |
|---|---|
 java.util.ArrayList | 
mComponentList
List to keep the Component Objects  | 
 java.util.HashMap | 
mComponents
Map to keep the name value pairs of Component Usages, names  | 
| Fields inherited from class oracle.jbo.common.NamedObjectImpl | 
|---|
mFullName, mObjName, mParent, mProperties, RES_ID_SUFFIX | 
| Fields inherited from interface oracle.jbo.GenericHints | 
|---|
PROPERTY_LABEL, PROPERTY_LABEL_PLURAL, PROPERTY_TOOLTIP | 
| Constructor Summary | |
|---|---|
ContainerObjectImpl()
 | 
|
| Method Summary | |
|---|---|
 void | 
addContainerListener(ContainerObjectListener listener)
Subscribes a listener for container object events.  | 
 ComponentObject | 
createComponentObject(java.lang.String compName,
                      java.lang.String compDefName)
Create a component Object from the container  | 
 ComponentObject | 
findComponentObject(java.lang.String compName)
Find a component Object from the container  | 
 void | 
removeContainerListener(ContainerObjectListener listener)
Unsubscribes a listener for container object events.  | 
| Methods inherited from class oracle.jbo.server.NamedObjectImpl | 
|---|
setParent, setPropertiesMap | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface oracle.jbo.ComponentObject | 
|---|
getFullName, getName | 
| Methods inherited from interface oracle.jbo.Properties | 
|---|
getProperties, getProperty, getProperty, refreshProperty | 
| Methods inherited from interface oracle.jbo.VariableManagerOwner | 
|---|
getName | 
| Field Detail | 
|---|
public java.util.HashMap mComponents
public java.util.ArrayList mComponentList
| Constructor Detail | 
|---|
public ContainerObjectImpl()
| Method Detail | 
|---|
public void addContainerListener(ContainerObjectListener listener)
ContainerObject
addContainerListener in interface ContainerObjectlistener - an event handler for container events.ContainerObjectEventpublic void removeContainerListener(ContainerObjectListener listener)
ContainerObject
removeContainerListener in interface ContainerObjectlistener - an event handler for container events.ContainerObjectEventpublic ComponentObject findComponentObject(java.lang.String compName)
ContainerObject
findComponentObject in interface ContainerObjectcompName - name of the component
public ComponentObject createComponentObject(java.lang.String compName,
                                             java.lang.String compDefName)
ContainerObject
createComponentObject in interface ContainerObjectcompName - name of the componentcompDefName - name of the definition Object
  | 
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||