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
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 |
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)
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
Copyright © 2002,2003, Oracle. All Rights Reserved.