UIX 2.2.15

oracle.cabo.ui.data
Interface MutableBoundValue

All Superinterfaces:
BoundValue

public interface MutableBoundValue
extends BoundValue

Method Summary
 void setValue(RenderingContext context, java.lang.Object value)
          Sets the value of a bound value

 

Methods inherited from interface oracle.cabo.ui.data.BoundValue
getValue

 

Method Detail

setValue

public void setValue(RenderingContext context,
                     java.lang.Object value)
Sets the value of a bound value
Parameters:
context - The rendering context to use.
value - the new value for this BoundValue

UIX 2.2.15