Package com.extjs.gxt.ui.client.widget.layout

This package contains the layout classes.

See:
          Description

Class Summary
AbsoluteData Layout data for AbsoluteLayout.
AbsoluteLayout Inherits the anchoring of AnchorLayout and adds the ability for left / top positioning using the AbsoluteData left and top properties.
AccordionLayout This is a layout that contains multiple content panels in an expandable accordion style such that only one panel can be open at any given time.
AnchorData Layout data for AnchorLayout.
AnchorLayout This is a layout that enables anchoring of contained widgets relative to the container's dimensions.
BorderLayout This is a multi-pane, application-oriented UI layout style that supports multiple regions, automatic split bars between regions and built-in expanding and collapsing of regions.
BorderLayoutData Layout data describing a "region" in a border panel.
BoxLayout Base class for box layouts.
CardLayout This layout contains multiple widgets, each fit to the container, where only a single widget can be visible at any given time.
CenterLayout CenterLayout centers a single widget within its container.
ColumnData  
ColumnLayout This layout positions and sizes the container's children in columns horizontally.
FillData Layout data for FillLayout.
FillLayout FillLayout places its components in a single row or column, forcing them to be the same size.
FitData Layout data for FitLayout
FitLayout This is a base class for layouts that contain a single item that automatically expands to fill the layout's container.
FlowData Layout data for FlowData.
FlowLayout Layout that simply renders each child component into its container.
FormData Layout data form FormLayout.
FormLayout Layout for form fields and their labels.
HBoxLayout Lays out it's children in a horizontal row.
HBoxLayoutData Layout data for HBoxLayout.
LayoutData Abstract base class for all layout data.
MarginData Base layout data with margin support.
MenuLayout Custom layout for Menu
RowData Layout data for RowLayout that controls the width and height of a widget.
RowLayout This layout positions the container's children in a single horizontal or vertical row.
TableData Layout data for TableLayout.
TableLayout TableLayout allows you to easily render content into an HTML table.
TableRowLayout A single row TableLayout.
ToolBarLayout  
VBoxLayout Lays out it's children in a vertical column.
VBoxLayoutData Layout data for VBoxLayout
 

Enum Summary
BoxLayout.BoxLayoutPack BoxLayoutPack enumeration.
HBoxLayout.HBoxLayoutAlign  
VBoxLayout.VBoxLayoutAlign Alignment enumeration for horizontal alignment.
 

Package com.extjs.gxt.ui.client.widget.layout Description

This package contains the layout classes.

Package Specification

This package contains several standard layout classes which provide automated positioning and sizing support for widgets.