Class Summary |
AccessKeyBoundValue |
A BoundValue that will decompose a second bound value into a text string and an access key using conventional ampersand ('&') notation. |
AddBoundValue |
Adds the value attribute to all child bound values, returning a Number of the most precise type of all values being added. |
AncestorAttributeBoundValue |
Iterates through the containing UINode's rendered ancestors to find a specific local name and namespace. |
AndBoundValue |
BoundValue that returns Boolean.TRUE if both passed in BoundValues return Boolean.TRUE and returns Boolean.FALSE otherwise. |
BundleBoundValue |
BoundValue used to retrieve a translated value from a specified java ResourceBundle, with a specified key. |
CompareAttrBoundValue |
A BoundValue implementation that compares an attribute on a UINode with a value returned from another BoundValue. |
ComparisonBoundValue |
Booolean BoundValue that compares either two BoundValues or a BoundValues and an Object with a comparison operator and returns the Boolean result. |
ConcatBoundValue |
BoundValue implementation that will concatenate the string results of a list of other BoundValues. |
ContextPropertyBoundValue |
BoundValue implementation that returns the result of calling RenderingContext.getProperty(). |
ConvertBoundValue |
A BoundValue implementation that wraps another and converts its results to the specified java type. |
DataObjectBoundValueAdapter |
Adapter, converting a DataObject to a BoundValue |
DefaultingBoundValue |
A BoundValue implementation that wraps another and returns a provided default value in place of null. |
EncodedParameterBoundValue |
This BoundValue encodes parameters using the current URLEncoder on the RenderingContext |
FixedBoundValue |
BoundValue implementation that always returns the value passed into the constructor. |
FormattingBoundValue |
A BoundValue implementation that wraps another and returns a the wrapped value formatted by the passed in formatter. |
IfBoundValue |
BoundValue that uses a Boolean BoundValue to determine which of two values to return. |
IsAgentApplicationBoundValue |
BoundValue that returns a Boolean based on the Agent Application. |
IsAgentOperatingSystemBoundValue |
BoundValue that returns a Boolean based on the Agent Operating System. |
IsAgentTypeBoundValue |
BoundValue that returns a Boolean based on the Agent Type. |
LocalNameBoundValue |
BoundValue that returns the local name of the UINode returned by the targetNodeValue BoundValue. |
MailToBoundValue |
A BoundValue class that creates "mailto:" URLs. |
MessageFormatBoundValue |
BoundValue implementation that will automatically format a series of objects into a string based on a format mask. |
NamespaceURIBoundValue |
BoundValue that returns the Namespace of the UINode returned by the targetNodeValue BoundValue. |
NestedBoundValue |
This BoundValue is constructed with other BoundValues. |
NodeAttributeBoundValue |
BoundValue that returns the value of an attribute of a node |
NonEmptyTextBoundValue |
A BoundValue implementation that wraps another and returns a non-breaking space in place of null or the empty string. |
NotBoundValue |
BoundValue that returns Boolean.FALSE if the passed in BoundValue is Boolean.TRUE and returns Boolean.TRUE otherwise. |
OrBoundValue |
BoundValue that returns Boolean.TRUE if either passed in BoundValues return Boolean.TRUE and returns Boolean.FALSE otherwise. |
ParsingBoundValue |
A BoundValue implementation that wraps another and returns a the wrapped value parsed by the passed in formatter. |
RowMessageBoundValue |
The RowMessageBoundValue class greatly simplifies the process of adding inline messages to a table. |
StringExistsBoundValue |
BoundValue that wraps another BoundValue and returns Boolean.TRUE if converting its result to a String results in a non-null and non-empty String; otherwise, returns Boolean.FALSE . |
ToBooleanBoundValue |
A BoundValue implementation that wraps another and converts its results to Booleans. |
ToCharacterBoundValue |
A BoundValue implementation that wraps another and converts its results to Character. |
ToColorBoundValue |
BoundValue that wraps another BoundValue and returns the result of that BoundValue as a Color, if possible. |
ToDateBoundValue |
BoundValue that wraps another BoundValue and returns the result of that BoundValue as a Date, if possible. |
ToIntegerBoundValue |
A BoundValue implementation that wraps another and converts its results to Integers. |
ToStringBoundValue |
BoundValue that wraps another BoundValue and returns the result of that BoundValue as a String, if possible. |
TransformIdBoundValue |
BoundValue that wraps another BoundValue (or a constant string) and transforms it using RenderingContext.transformName(). |
TruncateBoundValue |
A BoundValue that will truncate another string if necessary. |