|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.webtoolkit.jwt.WObject
eu.webtoolkit.jwt.WLayout
eu.webtoolkit.jwt.WBoxLayout
eu.webtoolkit.jwt.WVBoxLayout
public class WVBoxLayout
A layout manager which arranges widgets vertically.
This convenience class creates a vertical box layout, laying contained widgets out from top to bottom.
See WBoxLayout for available member methods and more information.
Note: First consider if you can achieve your layout using CSS !
WHBoxLayout| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class eu.webtoolkit.jwt.WBoxLayout |
|---|
WBoxLayout.Direction |
| Constructor Summary | |
|---|---|
WVBoxLayout()
Create a new vertical box layout. |
|
WVBoxLayout(WWidget parent)
Create a new vertical box layout. |
|
| Method Summary |
|---|
| Methods inherited from class eu.webtoolkit.jwt.WBoxLayout |
|---|
addItem, addLayout, addLayout, addLayout, addLayout, addSpacing, addStretch, addStretch, addWidget, addWidget, addWidget, addWidget, clear, getCount, getDirection, getItemAt, getSpacing, insertItem, insertItem, insertLayout, insertLayout, insertLayout, insertLayout, insertSpacing, insertStretch, insertStretch, insertWidget, insertWidget, insertWidget, insertWidget, isResizable, removeItem, setDirection, setResizable, setResizable, setSpacing, setStretchFactor, setStretchFactor |
| Methods inherited from class eu.webtoolkit.jwt.WLayout |
|---|
clearLayoutItem, findWidgetItem, getContentsMargin, getImpl, getLayout, getParentLayout, getWidget, indexOf, removeWidget, setContentsMargins, setLayoutHint, setLayoutInParent, setParentLayout, setParentWidget, update, update, updateAddItem, updateRemoveItem |
| Methods inherited from class eu.webtoolkit.jwt.WObject |
|---|
addChild, getId, getObjectName, remove, setObjectName, tr |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WVBoxLayout(WWidget parent)
Use parent=0 to created a layout manager that can be nested
inside other layout managers.
public WVBoxLayout()
Calls this((WWidget)null)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||