Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.ui.data
Interface BoundValue

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

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

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.