org.apache.myfaces.trinidadinternal.ui.data
Interface BoundValue
- All Known Subinterfaces:
- MutableBoundValue
- All Known Implementing Classes:
- AccessKeyBoundValue, AndBoundValue, ClientIdBoundValue, ComparisonBoundValue, ConcatBoundValue, ContextPropertyBoundValue, ConvertBoundValue, ConverterBoundValue, DataBoundValue, DefaultingBoundValue, EntriesBoundValue, FireActionBoundValue, FixedBoundValue, IconURIBoundValue, IfBoundValue, IsAgentApplicationBoundValue, MenuSelectedValueBoundValue, NotBoundValue, OrBoundValue, PoppedAttributeBoundValue, PropertyBoundValue, RequiredBoundValue, RootAttributeBoundValue, RootBoundValue, RootChildBoundValue, SkinTranslatedBoundValue, StringExistsBoundValue, ToStringBoundValue, TreeRenderer.TreeImageURIBoundValue, URLBoundValue, UseAccessibilityBoundValue
public interface BoundValue
The BoundValue interface is used to dynamically compute
a value based on the current rendering context. A common
implementation of this interface is to retrieve a DataObject
from the RenderingContext and get the data from that object -
BoundDataValue
implements this.
- Version:
- $Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/ui/data/BoundValue.java#0 $) $Date: 10-nov-2005.18:56:29 $
- Author:
- The Oracle ADF Faces Team
Method Summary |
java.lang.Object |
getValue(UIXRenderingContext context)
Called to retrieve a value based on the current rendering
context. |
getValue
java.lang.Object getValue(UIXRenderingContext context)
- Called to retrieve a value based on the current rendering
context.
- Parameters:
context
- the rendering context
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.