|
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.common.PropertiesHelper
public abstract class PropertiesHelper
Field Summary | |
---|---|
protected java.util.Hashtable |
mProperties
|
Constructor Summary | |
---|---|
PropertiesHelper()
|
Method Summary | |
---|---|
void |
closeObject()
|
java.lang.String |
getImageLoc(boolean bOpen)
|
java.util.Hashtable |
getProperties()
Gets the table of properties. |
java.lang.Object |
getProperty(java.lang.String hintName)
Retrieves the specified property, if it exists. |
java.lang.Object |
getProperty(java.lang.String hintName,
LocaleContext locale)
|
boolean |
isReadOnly()
|
java.util.Hashtable |
refreshProperties()
|
java.lang.Object |
refreshProperty(java.lang.String hintName)
Retrieves the specified property, if it exists. |
void |
setName(java.lang.String name)
This method is not implemented by default. |
void |
setProperty(java.lang.String hintName,
java.lang.Object hintValue)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.Hashtable mProperties
Constructor Detail |
---|
public PropertiesHelper()
Method Detail |
---|
public java.util.Hashtable refreshProperties()
public java.lang.Object getProperty(java.lang.String hintName)
Properties
getProperty
in interface Properties
hintName
- Property name.
null
.public java.lang.Object getProperty(java.lang.String hintName, LocaleContext locale)
getProperty
in interface Properties
public java.lang.Object refreshProperty(java.lang.String hintName)
Properties
getProperty
. As there is no notion of a 3-tier environment in ADF-nmc, this
never has any effect.
refreshProperty
in interface Properties
hintName
- Property name.
null
.public void setProperty(java.lang.String hintName, java.lang.Object hintValue)
public java.util.Hashtable getProperties()
Properties
getProperties
in interface Properties
public java.lang.String getImageLoc(boolean bOpen)
public void closeObject()
public boolean isReadOnly()
public void setName(java.lang.String name)
name
-
|
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 |