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

    • WVBoxLayout

      public WVBoxLayout()
      Create a new vertical box layout.