|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--oracle.cabo.ui.data.bind.CompareAttrBoundValue
|
+--oracle.cabo.ui.data.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 |
public CompareAttrBoundValue(BoundValue base)
public CompareAttrBoundValue(BoundValue base,
UINode node)
public CompareAttrBoundValue(BoundValue base,
AttributeKey attribute)
public CompareAttrBoundValue(BoundValue base,
UINode node,
AttributeKey attribute)
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||