|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gwtext.client.widgets.layout.ContainerLayout
com.gwtext.client.widgets.layout.TableLayout
com.gwtext.client.widgets.layout.VerticalLayout
public class VerticalLayout
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 |
---|
public VerticalLayout()
public VerticalLayout(int spacing)
spacing
- the spacing between componentsMethod Detail |
---|
public final void setColumns(int columns)
setColumns
in class TableLayout
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |