|
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.FixedBoundValue
BoundValue implementation that always returns the value passed into the constructor. This class is typically used in debugging and performance testing and will rarely be used in production code.
Field Summary | |
static FixedBoundValue |
FALSE_VALUE
BoundValue that will always return Boolean.FALSE. |
static FixedBoundValue |
NULL_VALUE
BoundValue that will always return null. |
static FixedBoundValue |
TRUE_VALUE
BoundValue that will always return Boolean.TRUE. |
Constructor Summary | |
FixedBoundValue(java.lang.Object value)
Create a BoundValue that always returns the value passed into the constructor. |
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 |
Field Detail |
public static final FixedBoundValue FALSE_VALUE
public static final FixedBoundValue TRUE_VALUE
public static final FixedBoundValue NULL_VALUE
Constructor Detail |
public FixedBoundValue(java.lang.Object value)
value
- The value to return from getValue
.getValue(oracle.cabo.ui.RenderingContext)
Method Detail |
public java.lang.Object getValue(RenderingContext context)
getValue
in interface BoundValue
context
- the rendering context
|
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 |