Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.ui.data.bind
Class DataObjectBoundValueAdapter

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

public class DataObjectBoundValueAdapter
extends java.lang.Object
implements BoundValue

Adapter, converting a DataObject to a BoundValue


Constructor Summary
DataObjectBoundValueAdapter(BoundValue dataObjectValue, BoundValue selectValue)
           
DataObjectBoundValueAdapter(BoundValue dataObjectValue, java.lang.Object select)
           
DataObjectBoundValueAdapter(DataObject dataObject, BoundValue selectValue)
           
DataObjectBoundValueAdapter(DataObject dataObject, java.lang.Object select)
           
 
Method Summary
 java.lang.Object getValue(RenderingContext context)
          Called to retrieve a value based on the current rendering context.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataObjectBoundValueAdapter

public DataObjectBoundValueAdapter(DataObject dataObject,
                                   java.lang.Object select)

DataObjectBoundValueAdapter

public DataObjectBoundValueAdapter(BoundValue dataObjectValue,
                                   java.lang.Object select)

DataObjectBoundValueAdapter

public DataObjectBoundValueAdapter(DataObject dataObject,
                                   BoundValue selectValue)

DataObjectBoundValueAdapter

public DataObjectBoundValueAdapter(BoundValue dataObjectValue,
                                   BoundValue selectValue)
Method Detail

getValue

public java.lang.Object getValue(RenderingContext context)
Description copied from interface: BoundValue
Called to retrieve a value based on the current rendering context.
Specified by:
getValue in interface BoundValue
Following copied from interface: oracle.cabo.ui.data.BoundValue
Parameters:
context - the rendering context

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

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