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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataObject10Adapter
protected DataObject10Adapter(DataObject oldDO)
- Deprecated.
- Create an adapter.
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