Class 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
  • Constructor Details

    • 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)