eu.webtoolkit.jwt
Class WVBoxLayout

java.lang.Object
  extended by eu.webtoolkit.jwt.WObject
      extended by eu.webtoolkit.jwt.WLayout
          extended by eu.webtoolkit.jwt.WBoxLayout
              extended by eu.webtoolkit.jwt.WVBoxLayout
All Implemented Interfaces:
WLayoutItem

public class WVBoxLayout
extends WBoxLayout

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:
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

WVBoxLayout

public WVBoxLayout(WWidget parent)
Create a new vertical box layout.

Use parent=0 to created a layout manager that can be nested inside other layout managers.


WVBoxLayout

public WVBoxLayout()
Create a new vertical box layout.

Calls this((WWidget)null)