Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.ui.data
Class BundleBoundValue

java.lang.Object
  |
  +--oracle.cabo.ui.data.bind.BundleBoundValue
        |
        +--oracle.cabo.ui.data.BundleBoundValue
All Implemented Interfaces:
BoundValue

Deprecated. since 2.0, use the version in the bind subpackage

public class BundleBoundValue
extends BundleBoundValue

An implementation for backwards compatibility.

See Also:
LocaleContext

Constructor Summary
BundleBoundValue(java.lang.String bundleName, java.lang.String key)
          Deprecated. Create a BundleBoundValue that will retrieve the translated Object specified by key from the ResourceBundle specified by bundleName.
 
Methods inherited from class oracle.cabo.ui.data.bind.BundleBoundValue
getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BundleBoundValue

public BundleBoundValue(java.lang.String bundleName,
                        java.lang.String key)
Deprecated. 
Create a BundleBoundValue that will retrieve the translated Object specified by key from the ResourceBundle specified by bundleName.
Parameters:
bundleName - Base name of the ResourceBundle to use
key - Key to use to look up value in ResourceBundle

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.