Class Summary |
ContextPoppingUINode |
Renderer used by composite UINode renderers to render content. |
ContextPropertyUINode |
Node that sets a property on the context. |
InsertedUINodeList |
UINodeList that merges two by placing one "inside" of the other,
at a hardcoded index. |
PathUINodeList |
UINodeList that retrieves its list of children from a UINode specified
by a Path. |
PoppedAttributeBoundValue |
This BoundValue is typically used to implement UINodeRenderers. |
RootAttributeBoundValue |
BoundValue that retrieves its value
from the attrKey attribute of the parent
RenderingContext's currentUINode. |
RootAttributeMap |
AttributeMap that delegates to the ParentContext's current UINode. |
RootBoundValue |
Returns the CurrentUINode in the parent context. |
RootChildAttributeBoundValue |
BoundValue that returns the value of an attribute of a child of the
Root UINode in a composite UINode tree. |
RootChildAttributeMap |
AttributeMap that delegates to a child of the ParentContext's current UINode. |
RootChildBoundValue |
BoudnValue that returns the specified child of the Root node. |
RootChildExistsBoundValue |
BoundValue that returns true if the named child of the Root UINode
in a composite UINode tree exists. |
RootChildUINodeList |
UINodeList that retrieves the list of indexed children from
the a child of the root UINode
|
RootContextMap |
|
RootUINodeList |
UINodeList that retrieves the list of indexed children from
the root UINode
|
TemplateImpl |
Default implementation of the Template interface. |
TemplateLibrary |
The TemplateLibrary class allows the loading of a "template
library" UIX file. |
TemplateRenderer |
Abstract renderer implementation that renders using a template
as the basis for the output. |
TemplateUIExtension |
The TemplateUIExtension allows developers to turn a template
library file into a RendererFactory and ParserFactory that can be
registered by developers with a single API. |
TemplateUINode |
UINode that renders based on a Template. |
TemplateUtils |
Utilities for parsing with (and against) templates. |
UINodeRenderer |
Renderer used by composite UINode renderers to render content. |