public interface UIContainerHorizontal extends UIContainer, Iterable<UIComponent>
| Modifier and Type | Method and Description |
|---|---|
static UIContainerHorizontal |
create()
Returns a horizontal UI container without title and border.
|
static UIContainerHorizontal |
create(String title)
Returns a horizontal UI container with title and no border.
|
static UIContainerHorizontal |
create(String title,
BorderType borderType)
Returns a horizontal UI container with title and border.
|
addComponent, getBorderType, getTitle, setBorderType, setTitlegetEnabler, setEnablerforEach, iterator, spliteratorstatic UIContainerHorizontal create()
static UIContainerHorizontal create(String title)
title - the titlestatic UIContainerHorizontal create(String title, BorderType borderType)
title - the titleborderType - the border typeCopyright © 2020 Solibri, Inc.. All rights reserved.