public interface UIContainerVertical extends UIContainer, Iterable<UIComponent>
Modifier and Type | Method and Description |
---|---|
static UIContainerVertical |
create()
Returns a vertical UI container without title and border.
|
static UIContainerVertical |
create(String title)
Returns a vertical UI container with title and no border.
|
static UIContainerVertical |
create(String title,
BorderType borderType)
Returns a vertical UI container with title and border.
|
addComponent, getBorderType, getTitle, setBorderType, setTitle
getEnabler, setEnabler
forEach, iterator, spliterator
static UIContainerVertical create()
static UIContainerVertical create(String title)
title
- the titlestatic UIContainerVertical create(String title, BorderType borderType)
title
- the titleborderType
- the border typeCopyright © 2019 Solibri, Inc.. All rights reserved.