| Name | Description | Type | Package | Framework |
| AbstractHtmlLayoutContainer | A base class for HTML layout containers. | Class | com.sencha.gxt.widget.core.client.container | GXT |
|
| AbstractHtmlLayoutContainer .HtmlData | Specifies HTML layout parameters, such as the mapping of each child to a corresponding selector in the HTML template. | Class | com.sencha.gxt.widget.core.client.container | GXT |
|
| 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 | Class | com.sencha.gxt.widget.core.client.container | GXT |
|
| AccordionLayoutContainer .AccordionLayoutAppearance | AccordionLayoutContainer appearance. | Interface | com.sencha.gxt.widget.core.client.container | GXT |
|
| AccordionLayoutContainer .ExpandMode | Defines the expand modes. | Class | com.sencha.gxt.widget.core.client.container | GXT |
|
| 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. | Class | com.sencha.gxt.widget.core.client.container | GXT |
|
| BorderLayoutContainer .BorderLayoutAppearance | | Interface | com.sencha.gxt.widget.core.client.container | GXT |
|
| 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. | Class | com.sencha.gxt.widget.core.client.container | GXT |
|
| BoxLayoutContainer | A base class for box layout containers. | Class | com.sencha.gxt.widget.core.client.container | GXT |
|
| BoxLayoutContainer .BoxLayoutContainerAppearance | | Interface | com.sencha.gxt.widget.core.client.container | GXT |
|
| BoxLayoutContainer .BoxLayoutData | Specifies box layout parameters which control the minimum and maximum size, as well as the "flex" value. | Class | com.sencha.gxt.widget.core.client.container | GXT |
|
| BoxLayoutContainer .BoxLayoutPack | BoxLayoutPack enumeration. | Class | com.sencha.gxt.widget.core.client.container | GXT |
|
| 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. | Class | com.sencha.gxt.widget.core.client.container | GXT |
|
| CenterLayoutContainer | A layout container that centers its single widget. | Class | com.sencha.gxt.widget.core.client.container | GXT |
|
| Container | Abstract base for components that can contain child widgets. | Class | com.sencha.gxt.widget.core.client.container | GXT |
|
| CssFloatLayoutContainer | A layout container that uses the CSS float style to enable widgets to float around other widgets. | Class | com.sencha.gxt.widget.core.client.container | GXT |
|
| CssFloatLayoutContainer .CssFloatData | Specifies widget layout parameters that control the size of the widget. | Class | com.sencha.gxt.widget.core.client.container | GXT |
|
| CssFloatLayoutContainer .CssFloatLayoutAppearance | | Interface | com.sencha.gxt.widget.core.client.container | GXT |
|
| FlowLayoutContainer | A flow layout container that supports scrolling and lays out its widgets using the default HTML layout behavior. | Class | com.sencha.gxt.widget.core.client.container | GXT |
|
| HasActiveWidget | | Interface | com.sencha.gxt.widget.core.client.container | GXT |
|
| HasCenterWidget | A widget that implements this interface contains a widget in the "center" position. | Interface | com.sencha.gxt.widget.core.client.container | GXT |
|
| HasEastWidget | A widget that implements this interface contains a widget in the "east" position. | Interface | com.sencha.gxt.widget.core.client.container | GXT |
|
| HasHeight | A class that implements this interface has a height specification. | Interface | com.sencha.gxt.widget.core.client.container | GXT |
|
| HasLayout | A widget that implements this interface has the ability to lay out its children. | Interface | com.sencha.gxt.widget.core.client.container | GXT |
|
| HasMargins | A class that implements this interface has a margin specification. | Interface | com.sencha.gxt.widget.core.client.container | GXT |
|
| HasNorthWidget | A widget that implements this interface contains a widget in the "north" position. | Interface | com.sencha.gxt.widget.core.client.container | GXT |
|
| HasSize | A class that implements this interface has a size specification. | Interface | com.sencha.gxt.widget.core.client.container | GXT |
|
| HasSouthWidget | A widget that implements this interface contains a widget in the "south" position. | Interface | com.sencha.gxt.widget.core.client.container | GXT |
|
| HasWestWidget | A widget that implements this interface contains a widget in the "west" position. | Interface | com.sencha.gxt.widget.core.client.container | GXT |
|
| HasWidth | A class that implements this interface has a width specification. | Interface | com.sencha.gxt.widget.core.client.container | GXT |
|
| HBoxLayoutContainer | A layout container for horizontal rows of widgets. | Class | com.sencha.gxt.widget.core.client.container | GXT |
|
| HBoxLayoutContainer .HBoxLayoutAlign | The vertical alignment of the horizontal widgets. | Class | com.sencha.gxt.widget.core.client.container | GXT |
|
| HBoxLayoutContainer .HBoxLayoutContainerAppearance | | Interface | com.sencha.gxt.widget.core.client.container | GXT |
|
| HorizontalLayoutContainer | A layout container that lays out its children in a single row. | Class | com.sencha.gxt.widget.core.client.container | GXT |
|
| HorizontalLayoutContainer .HorizontalLayoutData | | Class | com.sencha.gxt.widget.core.client.container | GXT |
|
| HtmlLayoutContainer | A layout container that lays out its children using an HTML template. | Class | com.sencha.gxt.widget.core.client.container | GXT |
|
| InsertContainer | A base class for layout containers that can insert widgets. | Class | com.sencha.gxt.widget.core.client.container | GXT |
|
| InsertResizeContainer | A base class for layout containers that can insert widgets and honor the RequiresResize contract. | Class | com.sencha.gxt.widget.core.client.container | GXT |
|
| LayoutData | Marker interface for types that define layout parameters. | Interface | com.sencha.gxt.widget.core.client.container | GXT |
|
| MarginData | Layout parameter that specifies a widget's margins. | Class | com.sencha.gxt.widget.core.client.container | GXT |
|
| NorthSouthContainer | A layout container that supports north (top) and south (bottom) regions. | Class | com.sencha.gxt.widget.core.client.container | GXT |
|
| PortalLayoutContainer | A layout container that lays out its children in in multiple columns, each containing zero or more Portlets. | Class | com.sencha.gxt.widget.core.client.container | GXT |
|
| PortalLayoutContainer .PortalLayoutAppearance | | Interface | com.sencha.gxt.widget.core.client.container | GXT |
|
| ResizeContainer | A base class for layout containers that require resize support. | Class | com.sencha.gxt.widget.core.client.container | GXT |
|
| SimpleContainer | SimpleContainer takes one child and sizes it to match the container size. | Class | com.sencha.gxt.widget.core.client.container | GXT |
|
| VBoxLayoutContainer | A layout container for vertical columns of widgets. | Class | com.sencha.gxt.widget.core.client.container | GXT |
|
| VBoxLayoutContainer .VBoxLayoutAlign | Alignment enumeration for horizontal alignment. | Class | com.sencha.gxt.widget.core.client.container | GXT |
|
| VerticalLayoutContainer | A layout container that lays out its children in a single column. | Class | com.sencha.gxt.widget.core.client.container | GXT |
|
| VerticalLayoutContainer .VerticalLayoutData | | Class | com.sencha.gxt.widget.core.client.container | GXT |
|
| Viewport | A LayoutContainer that fills the browser window and monitors window resizing. | Class | com.sencha.gxt.widget.core.client.container | GXT |
|
| Viewport .ViewportAppearance | | Interface | com.sencha.gxt.widget.core.client.container | GXT |