Interface UIContainerHorizontal

    • Method Detail

      • create

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

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

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