Package com.solibri.smc.api.ui
Interface UIContainerHorizontal
- All Superinterfaces:
- Iterable<UIComponent>,- UIComponent,- UIContainer
Container that contains UI components in horizontal layout. Components are added to the right side of the container.
- Since:
- 9.10.2
- 
Method SummaryStatic MethodsModifier and TypeMethodDescriptionstatic UIContainerHorizontalcreate()Returns a horizontal UI container without title and border.static UIContainerHorizontalReturns a horizontal UI container with title and no border.static UIContainerHorizontalcreate(String title, BorderType borderType) Returns a horizontal UI container with title and border.Methods inherited from interface java.lang.IterableforEach, iterator, spliteratorMethods inherited from interface com.solibri.smc.api.ui.UIComponentgetEnabler, setEnablerMethods inherited from interface com.solibri.smc.api.ui.UIContaineraddComponent, getBorderType, getTitle, setBorderType, setTitle
- 
Method Details- 
createReturns a horizontal UI container without title and border.- Returns:
- a horizontal UI container without title and border
- Since:
- 9.10.2
 
- 
createReturns 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
 
- 
createReturns 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
 
 
-