Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.ui.data
Class DefaultingBoundValue

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

Deprecated. since 2.0, use the version in the bind subpackage

public class DefaultingBoundValue
extends DefaultingBoundValue

An implementation for backwards compatibility.


Constructor Summary
DefaultingBoundValue(BoundValue wrapped, java.lang.Object defaultValue)
          Deprecated. Creates a DefaultingBoundValue.
 
Methods inherited from class oracle.cabo.ui.data.bind.DefaultingBoundValue
getValue, getWrappedValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultingBoundValue

public DefaultingBoundValue(BoundValue wrapped,
                            java.lang.Object defaultValue)
Deprecated. 
Creates a DefaultingBoundValue.
Parameters:
wrapped - the BoundValue to try first
defaultValue - the value to return if wrapped returns null

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

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