|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.ui.data.bind.BundleBoundValue
BoundValue used to retrieve a translated value from a specified java ResourceBundle, with a specified key. BundleBoundValue should be used for all attribute values that need to be translated.
If either the ResourceBundle or the key can not be found, an error message will be written to the error log.
LocaleContext
Constructor Summary | |
BundleBoundValue(java.lang.String bundleName,
java.lang.String key)
Create a BundleBoundValue that will retrieve the translated Object specified by key from the ResourceBundle specified by bundleName. |
Method Summary | |
java.lang.Object |
getValue(RenderingContext context)
Retrieves the translated value from the ResourceBundle. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BundleBoundValue(java.lang.String bundleName, java.lang.String key)
bundleName
- Base name of the ResourceBundle to usekey
- Key to use to look up value in ResourceBundleMethod Detail |
public java.lang.Object getValue(RenderingContext context)
getValue
in interface BoundValue
context
- the rendering context
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |