org.apache.myfaces.trinidadinternal.uinode
Class FireActionBoundValue

java.lang.Object
  extended by org.apache.myfaces.trinidadinternal.uinode.FireActionBoundValue
All Implemented Interfaces:
BoundValue

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

@Deprecated
public class FireActionBoundValue
extends java.lang.Object
implements BoundValue


Constructor Summary
FireActionBoundValue(org.apache.myfaces.trinidad.component.UIXComponent component, BoundValue unvalidatedBV)
          Deprecated.  
FireActionBoundValue(org.apache.myfaces.trinidad.component.UIXComponent component, BoundValue unvalidatedBV, BoundValue partialSubmitBV)
          Deprecated.  
FireActionBoundValue(org.apache.myfaces.trinidad.component.UIXComponent component, BoundValue unvalidatedBV, BoundValue partialSubmitBV, java.lang.String part)
          Deprecated.  
 
Method Summary
 java.lang.Object getValue(UIXRenderingContext context)
          Deprecated. 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
 

Constructor Detail

FireActionBoundValue

public FireActionBoundValue(org.apache.myfaces.trinidad.component.UIXComponent component,
                            BoundValue unvalidatedBV)
Deprecated. 

FireActionBoundValue

public FireActionBoundValue(org.apache.myfaces.trinidad.component.UIXComponent component,
                            BoundValue unvalidatedBV,
                            BoundValue partialSubmitBV)
Deprecated. 

FireActionBoundValue

public FireActionBoundValue(org.apache.myfaces.trinidad.component.UIXComponent component,
                            BoundValue unvalidatedBV,
                            BoundValue partialSubmitBV,
                            java.lang.String part)
Deprecated. 
Method Detail

getValue

public java.lang.Object getValue(UIXRenderingContext context)
Deprecated. 
Description copied from interface: BoundValue
Called to retrieve a value based on the current rendering context.

Specified by:
getValue in interface BoundValue
Parameters:
context - the rendering context


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