org.apache.myfaces.trinidadinternal.uinode
Class FireActionBoundValue

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

public class FireActionBoundValue
extends java.lang.Object
implements BoundValue


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

FireActionBoundValue

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

FireActionBoundValue

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

getValue

public java.lang.Object getValue(UIXRenderingContext context)
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-2007 Apache Software Foundation. All Rights Reserved.