Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.ui.data
Class CompareAttrBoundValue

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

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

public class CompareAttrBoundValue
extends CompareAttrBoundValue

An implementation for backwards compatibility.


Constructor Summary
CompareAttrBoundValue(BoundValue base)
          Deprecated. Creates a CompareAttrBoundValue that will compare the "value" attribute of the node this BoundValue is attached to against the object returned by the base BoundValue.
CompareAttrBoundValue(BoundValue base, AttributeKey attribute)
          Deprecated. Creates a CompareAttrBoundValue that will compare a specified attribute of the node this BoundValue is attached to against the value returned by the base BoundValue.
CompareAttrBoundValue(BoundValue base, UINode node)
          Deprecated. Creates a CompareAttrBoundValue that will compare the "value" attribute of the node to the object returned by the base BoundValue.
CompareAttrBoundValue(BoundValue base, UINode node, AttributeKey attribute)
          Deprecated. Creates a CompareAttrBoundValue that will compare a specified attribute of the node to the value returned by the base BoundValue.
 
Methods inherited from class oracle.cabo.ui.data.bind.CompareAttrBoundValue
getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompareAttrBoundValue

public CompareAttrBoundValue(BoundValue base)
Deprecated. 
Creates a CompareAttrBoundValue that will compare the "value" attribute of the node this BoundValue is attached to against the object returned by the base BoundValue.

CompareAttrBoundValue

public CompareAttrBoundValue(BoundValue base,
                             UINode node)
Deprecated. 
Creates a CompareAttrBoundValue that will compare the "value" attribute of the node to the object returned by the base BoundValue.

CompareAttrBoundValue

public CompareAttrBoundValue(BoundValue base,
                             AttributeKey attribute)
Deprecated. 
Creates a CompareAttrBoundValue that will compare a specified attribute of the node this BoundValue is attached to against the value returned by the base BoundValue.

CompareAttrBoundValue

public CompareAttrBoundValue(BoundValue base,
                             UINode node,
                             AttributeKey attribute)
Deprecated. 
Creates a CompareAttrBoundValue that will compare a specified attribute of the node to the value returned by the base BoundValue.

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

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