oracle.cabo.ui.data.bind
Class IfBoundValue
java.lang.Object
|
+--oracle.cabo.ui.data.bind.IfBoundValue
- All Implemented Interfaces:
- BoundValue
- public class IfBoundValue
- extends java.lang.Object
- implements BoundValue
BoundValue that uses a Boolean BoundValue to determine which of two values
to return.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IfBoundValue
public IfBoundValue(BoundValue testBoundValue,
java.lang.Object trueValue,
java.lang.Object falseValue)
IfBoundValue
public IfBoundValue(BoundValue testBoundValue,
BoundValue trueBoundValue,
java.lang.Object falseValue)
IfBoundValue
public IfBoundValue(BoundValue testBoundValue,
java.lang.Object trueValue,
BoundValue falseBoundValue)
IfBoundValue
public IfBoundValue(BoundValue testBoundValue,
BoundValue trueBoundValue,
BoundValue falseBoundValue)
getValue
public java.lang.Object getValue(RenderingContext context)
- Calculates the current state of the model.
- Specified by:
getValue
in interface BoundValue
- Following copied from interface:
oracle.cabo.ui.data.BoundValue
- Parameters:
context
- the rendering context
Copyright © 2002,2003, Oracle. All Rights Reserved.