org.apache.myfaces.trinidadinternal.uinode
Class FireActionBoundValue
java.lang.Object
org.apache.myfaces.trinidadinternal.uinode.FireActionBoundValue
- All Implemented Interfaces:
- BoundValue
public class FireActionBoundValue
- extends java.lang.Object
- implements BoundValue
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 |
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)
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.