com.gwtext.client.widgets.layout |
|
Java Source File Name | Type | Comment |
AbsoluteLayout.java | Class | Inherits the anchoring of
AnchorLayout and adds the ability for x/y positioning using the standard x and y component config options. |
AbsoluteLayoutData.java | Class | |
AccordionLayout.java | Class | This is a layout that contains multiple panels in an expandable accordion style such that only one panel can be open
at any given time. |
AnchorLayout.java | Class | This is a layout that enables anchoring of contained elements relative to the container's dimensions. |
AnchorLayoutData.java | Class | |
BorderLayout.java | Class | This is a multi-pane, application-oriented UI layout style that supports multiple nested panels, automatic split bars
between regions and built-in expanding and collapsing of regions. |
BorderLayoutData.java | Class | Additional layout data associated with a
BorderLayout . |
CardLayout.java | Class | This layout contains multiple panels, each fit to the container, where only a single panel can be visible at any given time.
This layout style is most commonly used for wizards, tab implementations, etc. |
ColumnLayout.java | Class | 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.
ColumnLayout does not have any direct config options (other than inherited ones), but it does support a
specific config property of columnWidth that can be included in the config of any panel added to it. |
ColumnLayoutData.java | Class | |
ContainerLayout.java | Class | Every layout is composed of one or more Ext.Container elements internally, and ContainerLayout provides the basic foundation
for all other layout classes in GWT-Ext. |
FitLayout.java | Class | This is a base class for layouts that contain a single item that automatically expands to fill the layout's container.
FitLayout does not have any direct config options (other than inherited ones). |
FormLayout.java | Class | |
FormLayoutData.java | Class | Supporting class for
FormLayout . |
HorizontalLayout.java | Class | Horizontal layout which allows you to lay out components horizontally in a row with the specified spacing between
components. |
LayoutData.java | Class | |
RowLayout.java | Class | Layout that distributes heights of elements so they take 100% of the
container height.
Height of the child element can be given in pixels (as an integer) or
in percent. |
RowLayoutData.java | Class | Supporting class for
com.gwtext.client.widgets.layout.RowLayout . |
TableLayout.java | Class | |
TableLayoutData.java | Class | |
VerticalLayout.java | Class | Vertical layout that allows you to add components vertically with the specified spacing betwen them. |