Package eu.webtoolkit.jwt
Class WVBoxLayout
java.lang.Object
eu.webtoolkit.jwt.WObject
eu.webtoolkit.jwt.WLayout
eu.webtoolkit.jwt.WBoxLayout
eu.webtoolkit.jwt.WVBoxLayout
- All Implemented Interfaces:
WLayoutItem
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 !
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class eu.webtoolkit.jwt.WObject
WObject.FormData -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class eu.webtoolkit.jwt.WBoxLayout
addItem, addLayout, addLayout, addLayout, addLayout, addSpacing, addStretch, addStretch, addWidget, addWidget, addWidget, addWidget, getCount, getDirection, getItemAt, getSpacing, insertItem, insertItem, insertLayout, insertLayout, insertLayout, insertLayout, insertSpacing, insertStretch, insertStretch, insertWidget, insertWidget, insertWidget, insertWidget, isImplementationIsFlexLayout, isResizable, iterateWidgets, removeItem, setDirection, setParentWidget, setResizable, setResizable, setResizable, setSpacing, setStretchFactor, setStretchFactor, updateImplementationMethods inherited from class eu.webtoolkit.jwt.WLayout
findWidgetItem, getContentsMargin, getImpl, getImplementation, getLayout, getParentLayout, getParentWidget, getPreferredImplementation, getWidget, indexOf, itemAdded, itemRemoved, removeWidget, setContentsMargins, setDefaultImplementation, setImpl, setObjectName, setParentLayout, setPreferredImplementation, update, updateMethods inherited from class eu.webtoolkit.jwt.WObject
getId, getObjectName, remove, setFormData, tr
-
Constructor Details
-
WVBoxLayout
public WVBoxLayout()Create a new vertical box layout.
-