|
UIX 2.2.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The BoundValue interface is used to dynamically compute a value based on the current rendering context. A common implementation of this interface is to retrieve a DataObject from the RenderingContext and get the data from that object - BoundDataValue
implements this.
Method Summary | |
java.lang.Object |
getValue(RenderingContext context) Called to retrieve a value based on the current rendering context. |
Method Detail |
public java.lang.Object getValue(RenderingContext context)
context
- the rendering context
|
UIX 2.2.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |