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.
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 is the layout style of choice for creating structural layouts in a multi-column format where the width of each column can be specified as a percentage or fixed width, but the height is allowed to vary based on the content.
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.
LayoutData Abstract base class for all layout data.
MarginData Base layout data with margin support.
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 horiztontal 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.
 

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.