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

All Superinterfaces:
BoundValue

Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore.

@Deprecated
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 $

Method Summary
 void setValue(UIXRenderingContext context, java.lang.Object value)
          Deprecated. 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)
Deprecated. 
Sets the value of a bound value

Parameters:
context - The rendering context to use.
value - the new value for this BoundValue


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.