|
|||||||||
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.HorizontalLayout
public class HorizontalLayout
Horizontal layout which allows you to lay out components horizontally in a row with the specified spacing between components.
Field Summary |
---|
Fields inherited from class com.gwtext.client.widgets.layout.ContainerLayout |
---|
configJS |
Constructor Summary | |
---|---|
HorizontalLayout(int spacing)
Create a new HorizontalLayout. |
Method Summary |
---|
Methods inherited from class com.gwtext.client.widgets.layout.TableLayout |
---|
create, getColumns, setColumns |
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 HorizontalLayout(int spacing)
spacing
- the spacing between components added
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |