|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.jbo.server.NamedObjectImpl
oracle.jbo.server.ComponentObjectImpl
public class ComponentObjectImpl
Field Summary | |
---|---|
static java.lang.Class |
CLASS_INSTANCE
|
Fields inherited from class oracle.jbo.server.NamedObjectImpl |
---|
mObjName, mParent, mProperties, mUserData, RES_ID_SUFFIX |
Constructor Summary | |
---|---|
ComponentObjectImpl()
|
Method Summary | |
---|---|
void |
addListener(ComponentObjectListener listener)
Add a listener for the Component Object |
void |
applyPersonalization()
|
protected void |
create()
|
static ComponentObjectImpl |
createRef(java.lang.String name,
DefObject bo)
|
VariableValueManager |
ensureVariableManager()
Returns this object's Variable Value Manager. |
java.util.Hashtable |
getAllProperties(java.util.Hashtable map,
Locale locale)
|
ApplicationModule |
getApplicationModule()
Gets the Application Module. |
protected List |
getCompListeners()
|
protected ArrayList |
getCompListenersList()
|
java.lang.String |
getDefFullName()
Retrieves the fully-qualified name of the component's definition. |
java.lang.String |
getDefName()
Retrieves the name of the component's definition. |
java.lang.Class |
getMessageBundleClass()
|
ResourceBundleDef |
getResourceBundleDef()
|
ApplicationModuleImpl |
getRootApplicationModule()
Gets the root application module implementation. |
VariableValueManager |
getVariableManager()
Returns this object's current Variable Value Manager. |
boolean |
hasVariables()
Returns a flag indicating whether this object has Variables or not. |
boolean |
isDead()
|
void |
remove()
Deletes this component. |
protected java.lang.Object |
resolvePropertyRaw(java.lang.String property,
Locale locale)
|
Methods inherited from class java.lang.Object |
---|
equals, 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 static final java.lang.Class CLASS_INSTANCE
Constructor Detail |
---|
public ComponentObjectImpl()
Method Detail |
---|
public java.lang.String getDefFullName()
ComponentObject
getDefFullName
in interface ComponentObject
public java.lang.String getDefName()
ComponentObject
getDefName
in interface ComponentObject
public boolean hasVariables()
VariableManagerOwner
hasVariables
in interface VariableManagerOwner
hasVariables
in interface VariableManagerOwnerBase
public VariableValueManager ensureVariableManager()
VariableManagerOwner
ensureVariableManager
in interface VariableManagerOwner
ensureVariableManager
in interface VariableManagerOwnerBase
public java.lang.Class getMessageBundleClass()
getMessageBundleClass
in interface VariableManagerOwner
getMessageBundleClass
in interface VariableManagerOwnerBase
public VariableValueManager getVariableManager()
VariableManagerOwner
null
if
Variable Value Manager has been initialized.
When a framework object is first created, its Variable Value Manager may be null. This method does not initialize (create) the Variable Value Manager.
in contrast, ensures that the Variable Value
Manager is initialized (created).
VariableManagerOwner.ensureVariableManager()
getVariableManager
in interface VariableManagerOwner
getVariableManager
in interface VariableManagerOwnerBase
null
if one
was not yet initialized.public static ComponentObjectImpl createRef(java.lang.String name, DefObject bo)
protected void create()
protected ArrayList getCompListenersList()
protected List getCompListeners()
public final ApplicationModuleImpl getRootApplicationModule()
public void remove()
remove
in interface ComponentObject
public boolean isDead()
public ApplicationModule getApplicationModule()
public void addListener(ComponentObjectListener listener)
listener
- a listener for the component objectprotected java.lang.Object resolvePropertyRaw(java.lang.String property, Locale locale)
resolvePropertyRaw
in class NamedObjectImpl
public java.util.Hashtable getAllProperties(java.util.Hashtable map, Locale locale)
getAllProperties
in class NamedObjectImpl
public ResourceBundleDef getResourceBundleDef()
getResourceBundleDef
in interface VariableManagerOwner
public void applyPersonalization()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |