UIX 2.2.16

oracle.cabo.ui.data
Interface BoundValue

All Known Subinterfaces:
MutableBoundValue
All Known Implementing Classes:
AttrValueBoundValue, BasePropertyBoundValue, BundleBoundValue, CompareAttrBoundValue, DataBoundValue, DefaultingBoundValue, EventBoundValue, FormBeanBoundValue, MessageKeyBoundValue, PageIncludeBoundValue, PageURLBoundValue, RowSetIteratorDataBoundValue, SelectedPageBoundValue, ValidationDataBoundValue, ToCharacterBoundValue, ComparisonBoundValue, AccessKeyBoundValue, FixedBoundValue, NotBoundValue, ToBooleanBoundValue, ConvertBoundValue, ParsingBoundValue, IsAgentTypeBoundValue, IsAgentApplicationBoundValue, AndBoundValue, ToStringBoundValue, ToIntegerBoundValue, ContextPropertyBoundValue, AddBoundValue, EncodedParameterBoundValue, MessageFormatBoundValue, AncestorAttributeBoundValue, FormattingBoundValue, NodeAttributeBoundValue, TruncateBoundValue, IsAgentOperatingSystemBoundValue, IfBoundValue, NamespaceURIBoundValue, ConcatBoundValue, DataObjectBoundValueAdapter, MailToBoundValue, LocalNameBoundValue, TransformIdBoundValue, StringExistsBoundValue, NonEmptyTextBoundValue, OrBoundValue, NestedBoundValue, RowMessageBoundValue, RootBoundValue, RootAttributeBoundValue, PoppedAttributeBoundValue, RootChildAttributeBoundValue, RootChildExistsBoundValue, RootChildBoundValue

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.


Method Summary
 java.lang.Object getValue(RenderingContext context)
          Called to retrieve a value based on the current rendering context.
 

Method Detail

getValue

public java.lang.Object getValue(RenderingContext context)
Called to retrieve a value based on the current rendering context.
Parameters:
context - the rendering context

UIX 2.2.16