Class GroupPanel

All Implemented Interfaces:
com.globalmentor.beans.PropertyBindable, com.globalmentor.beans.PropertyConstrainable, io.clogr.Clogged, Box, Component, CompositeComponent, Container, LayoutComponent, Panel, Displayable, InfoModel, LabelModel, Model, PresentationModel, DepictedObject, Iterable<Component>

public class GroupPanel extends AbstractContainer implements Panel
A panel for grouping multiple components with a default page flow layout.
Author:
Garret Wilson
  • Constructor Details

    • GroupPanel

      public GroupPanel()
      Default constructor with a default vertical flow layout.
    • GroupPanel

      public GroupPanel(Layout<?> layout)
      Layout constructor.
      Parameters:
      layout - The layout definition for the container.
      Throws:
      NullPointerException - if the given layout is null.