|
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 | ||||||||
public interface VariableManagerOwner
This interface is implemented by objects that manage Variables. Specifically, it has accessors,
and getVariableManager()
through which this object's ensureVariableManager() can be retrieved.
VariableValueManager
For example, implements this interface.
To be precise, ViewObjectImpl implements it and
ComponentObjectImplViewObjectImpl inherits it.
| Method Summary | |
|---|---|
VariableValueManager |
ensureVariableManager()
Returns this object's Variable Value Manager. |
java.lang.Class |
getMessageBundleClass()
|
java.lang.String |
getName()
Returns the name of this Variable Manager Owner. |
ResourceBundleDef |
getResourceBundleDef()
|
VariableValueManager |
getVariableManager()
Returns this object's current Variable Value Manager. |
boolean |
hasVariables()
Returns a flag indicating whether this object has Variables or not. |
| Method Detail |
|---|
java.lang.String getName()
boolean hasVariables()
hasVariables in interface VariableManagerOwnerBaseVariableValueManager getVariableManager()
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).
ensureVariableManager()
getVariableManager in interface VariableManagerOwnerBasenull if one
was not yet initialized.VariableValueManager ensureVariableManager()
ensureVariableManager in interface VariableManagerOwnerBasejava.lang.Class getMessageBundleClass()
getMessageBundleClass in interface VariableManagerOwnerBaseResourceBundleDef getResourceBundleDef()
|
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 | ||||||||