Interface UIContainerVertical

All Superinterfaces:
Iterable<UIComponent>, UIComponent, UIContainer

public interface UIContainerVertical
extends UIContainer, Iterable<UIComponent>
Container that contains UI components in vertical layout. Components are added to the bottom of the container.
Since:
9.10.2
  • Method Details

    • create

      static UIContainerVertical create()
      Returns a vertical UI container without title and border.
      Returns:
      a vertical UI container without title and border
      Since:
      9.10.2
    • create

      static UIContainerVertical create​(String title)
      Returns a vertical UI container with title and no border.
      Parameters:
      title - the title
      Returns:
      a vertical UI container with title and no border
      Since:
      9.10.2
    • create

      static UIContainerVertical create​(String title, BorderType borderType)
      Returns a vertical UI container with title and border.
      Parameters:
      title - the title
      borderType - the border type
      Returns:
      a vertical UI container with title and border
      Since:
      9.10.2