|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.trinidadinternal.ui.data.bind.IfBoundValue
@Deprecated public class IfBoundValue
BoundValue that uses a Boolean BoundValue to determine which of two values to return.
| Constructor Summary | |
|---|---|
IfBoundValue(BoundValue testBoundValue,
BoundValue trueBoundValue,
BoundValue falseBoundValue)
Deprecated. |
|
IfBoundValue(BoundValue testBoundValue,
BoundValue trueBoundValue,
java.lang.Object falseValue)
Deprecated. |
|
IfBoundValue(BoundValue testBoundValue,
java.lang.Object trueValue,
BoundValue falseBoundValue)
Deprecated. |
|
IfBoundValue(BoundValue testBoundValue,
java.lang.Object trueValue,
java.lang.Object falseValue)
Deprecated. |
|
| Method Summary | |
|---|---|
java.lang.Object |
getValue(UIXRenderingContext context)
Deprecated. Calculates the current state of the model. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IfBoundValue(BoundValue testBoundValue,
java.lang.Object trueValue,
java.lang.Object falseValue)
public IfBoundValue(BoundValue testBoundValue,
BoundValue trueBoundValue,
java.lang.Object falseValue)
public IfBoundValue(BoundValue testBoundValue,
java.lang.Object trueValue,
BoundValue falseBoundValue)
public IfBoundValue(BoundValue testBoundValue,
BoundValue trueBoundValue,
BoundValue falseBoundValue)
| Method Detail |
|---|
public java.lang.Object getValue(UIXRenderingContext context)
getValue in interface BoundValuecontext - the rendering context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||