|
Class Summary |
| BaseWebBean |
The BaseWebBean class is the root superclass for all UIX
WebBeans. |
| BodyBean |
Container for the body of a document. |
| DataScopeBean |
DataScope is a bean that can be used to register UIX Component DataProviders for a
UINode subtree. |
| DocumentBean |
The document bean generates the root tags for a page. |
| FormattedTextBean |
The formattedText bean accepts a string in its "text" attribute
containing a very limited set of HTML markup and outputs formatted
results. |
| HeadBean |
Container for the meta data of the document, including the
document's title and any style sheets needed by the LookAndFeel. |
| IconBean |
The icon component renders a look and feel-specific icon. |
| IconKeyBean |
The iconKey creates a key describing the meaning of an icon. |
| ImageBean |
The image control creates an image tag. |
| ImportScriptBean |
This bean is not supported on the following agent types:
pda, phone, voice. |
| MarlinBean |
Subclass of BaseWebBean that places its subclasses inside
the UIX namespace. |
| MediaBean |
The media control displays the media specified by the "source"
attribute in the appropriate media player. |
| PartialRootBean |
The partial root bean is used to enable partial rendering of a UINode
tree or subtree. |
| ProcessingBean |
This bean is not supported on the following agent types:
pda, phone, voice. |
| ProductBrandingBean |
This bean is not supported on the following agent types:
pda, phone, voice. |
| RawTextBean |
The rawText control supports outputting of
unescaped text. |
| ScriptBean |
The script bean supports both the importing of libraries and
inline scripts. |
| StyledTextBean |
The StyledText bean supports styled text and links. |
| StyleSheetBean |
This bean is not supported on the following agent types:
pda, phone, voice. |
| SwitcherBean |
The Switcher bean can be used to switch between one of a set of beans. |
| TipBean |
Component providing page or section level
hints to the user. |
| TryBean |
The try bean allows developers to execute a section of a page
that may throw errors without risking incomplete output. |