Known Indirect Subclasses
LayoutContainer,
UIBox,
UICell,
UIColumn,
UIPage,
UIPanel,
UIPopup,
UISheet,
UITab,
UITabGroup,
UIWizard
LayoutContainer |
|
UIBox |
Renders a panel with border and title. |
UICell |
This class is deprecated.
No replacement. |
UIColumn |
Renders a UIComponent that represents a single column of data within a
parent UISheet component. |
UIPage |
Renders a page element. |
UIPanel |
Intended for use in situations when only one UIComponent child can be
nested, such as in the case of facets. |
UIPopup |
Renders a popup panel. |
UISheet |
Render a sheet element. |
UITab |
Renders a tab within a tabgroup. |
UITabGroup |
Renders a tab group which contains tab panels. |
UIWizard |
Renders a flexible wizard. |
|