|
UIX 2.2.16 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.ui.data.bind.TransformIdBoundValue
BoundValue that wraps another BoundValue (or a constant string) and transforms it using RenderingContext.transformName().
Constructor Summary | |
TransformIdBoundValue(BoundValue wrapped)
Creates a TransformIdBoundValue. |
|
TransformIdBoundValue(java.lang.String id)
Creates a TransformIdBoundValue. |
Method Summary | |
java.lang.Object |
getValue(RenderingContext context)
Called to retrieve a value based on the current rendering context. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TransformIdBoundValue(BoundValue wrapped)
wrapped
- the BoundValue to transform.public TransformIdBoundValue(java.lang.String id)
id
- the string to transformMethod Detail |
public java.lang.Object getValue(RenderingContext context)
BoundValue
getValue
in interface BoundValue
oracle.cabo.ui.data.BoundValue
context
- the rendering context
|
UIX 2.2.16 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |