org.apache.myfaces.trinidadinternal.uinode
Class FireActionBoundValue
java.lang.Object
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
|
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 |
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.
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.