org.apache.myfaces.trinidadinternal.ui.data
Interface MutableBoundValue

All Superinterfaces:
BoundValue

public interface MutableBoundValue
extends BoundValue

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/ui/data/MutableBoundValue.java#0 $) $Date: 10-nov-2005.18:56:34 $
Author:
The Oracle ADF Faces Team

Method Summary
 void setValue(UIXRenderingContext context, java.lang.Object value)
          Sets the value of a bound value
 
Methods inherited from interface org.apache.myfaces.trinidadinternal.ui.data.BoundValue
getValue
 

Method Detail

setValue

void setValue(UIXRenderingContext 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


Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.