|
Class Summary |
| AbstractHtmlLayoutContainer |
A base class for HTML layout containers. |
| AbstractHtmlLayoutContainer.HtmlData |
Specifies HTML layout parameters, such as the mapping of each child to a
corresponding selector in the HTML template. |
| AccordionLayoutContainer |
A layout container that manages multiple content panels in an expandable
accordion style such that only one panel can be expanded at any given time
(by default). |
| BorderLayoutContainer |
A multi-pane, application-oriented layout container that supports multiple
regions, automatic split bars between regions and built-in expanding and
collapsing of regions. |
| BorderLayoutContainer.BorderLayoutData |
Specifies region layout parameters which control the margin between the
regions, the size of the region, the minimum and maximum size, whether the
region has a split bar, whether the region is collapsible and other
details. |
| BoxLayoutContainer |
A base class for box layout containers. |
| BoxLayoutContainer.BoxLayoutData |
Specifies box layout parameters which control the minimum and maximum size,
as well as the "flex" value. |
| CardLayoutContainer |
A layout container that contains multiple widgets, each fit to the container,
where only a single widget can be visible at any given time. |
| CenterLayoutContainer |
A layout container that centers its single widget. |
| Container |
Abstract base for components that can contain child widgets. |
| CssFloatLayoutContainer |
A layout container that uses the CSS float style to enable widgets to float
around other widgets. |
| CssFloatLayoutContainer.CssFloatData |
Specifies widget layout parameters that control the size of the widget. |
| FlowLayoutContainer |
A flow layout container that supports scrolling and lays out its widgets
using the default HTML layout behavior. |
| HBoxLayoutContainer |
A layout container for horizontal rows of widgets. |
| HorizontalLayoutContainer |
A layout container that lays out its children in a single row. |
| HorizontalLayoutContainer.HorizontalLayoutData |
Specifies parameters that control the layout of the widget in the
container. |
| HtmlLayoutContainer |
A layout container that lays out its children using an HTML template. |
| InsertContainer |
A base class for layout containers that can insert widgets. |
| InsertResizeContainer |
A base class for layout containers that can insert widgets and honor the
RequiresResize contract. |
| MarginData |
Layout parameter that specifies a widget's margins. |
| NorthSouthContainer |
A layout container that supports north (top) and south (bottom) regions. |
| PortalLayoutContainer |
A layout container that lays out its children in in multiple columns, each
containing zero or more Portlets. |
| ResizeContainer |
A base class for layout containers that require resize support. |
| SimpleContainer |
SimpleContainer takes one child and sizes it to match the container size. |
| VBoxLayoutContainer |
A layout container for vertical columns of widgets. |
| VerticalLayoutContainer |
A layout container that lays out its children in a single column. |
| VerticalLayoutContainer.VerticalLayoutData |
Specifies parameters that control the layout of the widget in the
container. |
| Viewport |
A LayoutContainer that fills the browser window and monitors window resizing. |