com.gwtext.client.widgets.layout
Class VerticalLayout

java.lang.Object
  extended by com.gwtext.client.widgets.layout.ContainerLayout
      extended by com.gwtext.client.widgets.layout.TableLayout
          extended by com.gwtext.client.widgets.layout.VerticalLayout

public class VerticalLayout
extends TableLayout

Vertical layout that allows you to add components vertically with the specified spacing betwen them.


Field Summary
 
Fields inherited from class com.gwtext.client.widgets.layout.ContainerLayout
configJS
 
Constructor Summary
VerticalLayout()
          Createa new VerticalLayout with no spacing.
VerticalLayout(int spacing)
          Create a new VerticalLayout with the specified spacing between components added.
 
Method Summary
 void setColumns(int columns)
           
 
Methods inherited from class com.gwtext.client.widgets.layout.TableLayout
create, getColumns
 
Methods inherited from class com.gwtext.client.widgets.layout.ContainerLayout
getActiveItem, getContainerAttributes, getJsObj, getSpacing, setExtraCls, setRenderHidden, setSpacing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerticalLayout

public VerticalLayout()
Createa new VerticalLayout with no spacing.


VerticalLayout

public VerticalLayout(int spacing)
Create a new VerticalLayout with the specified spacing between components added.

Parameters:
spacing - the spacing between components
Method Detail

setColumns

public final void setColumns(int columns)
Overrides:
setColumns in class TableLayout