Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.ui.data
Class BundleDataObject

java.lang.Object
  |
  +--oracle.cabo.ui.data.BundleDataObject
All Implemented Interfaces:
DataObject, KeyedDataObject

public class BundleDataObject
extends java.lang.Object
implements KeyedDataObject

DataObject bound to a ResourceBundle instance. selectValue() will return the object with that key in the bundle.


Constructor Summary
BundleDataObject(java.util.ResourceBundle bundle)
          Creates a BundleDataObject
 
Method Summary
 java.util.Enumeration keys(RenderingContext context)
           
 java.lang.Object selectValue(RenderingContext context, java.lang.Object select)
          Returns the object in the ResourceBundle with a key equal to the select parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BundleDataObject

public BundleDataObject(java.util.ResourceBundle bundle)
Creates a BundleDataObject
Method Detail

selectValue

public java.lang.Object selectValue(RenderingContext context,
                                    java.lang.Object select)
Returns the object in the ResourceBundle with a key equal to the select parameter.
Specified by:
selectValue in interface DataObject
Following copied from interface: oracle.cabo.ui.data.DataObject
Parameters:
context - the current rendering context
select - a select criterion, syntax as defined by the data object

keys

public java.util.Enumeration keys(RenderingContext context)
Specified by:
keys in interface KeyedDataObject

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

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