Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.ui.data
Class DataObject10Adapter

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

Deprecated. Use the standard DataObject classes

public class DataObject10Adapter
extends java.lang.Object
implements DataObject

Adapts a Cabo 1.0 style DataObject (oracle.cabo.share.data.DataObject) into a Cabo 2.0 DataObject.


Constructor Summary
protected DataObject10Adapter(DataObject oldDO)
          Deprecated. Create an adapter.
 
Method Summary
static DataObject adapt(DataObject oldDO)
          Deprecated.  
 java.lang.Object selectValue(RenderingContext context, java.lang.Object key)
          Deprecated. Given a select string, returns the value matching that selection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataObject10Adapter

protected DataObject10Adapter(DataObject oldDO)
Deprecated. 
Create an adapter.
Method Detail

adapt

public static DataObject adapt(DataObject oldDO)
Deprecated. 

selectValue

public java.lang.Object selectValue(RenderingContext context,
                                    java.lang.Object key)
Deprecated. 
Description copied from interface: DataObject
Given a select string, returns the value matching that selection. It is legal to return null if the select key doesn't match anything.

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

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

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