Package net.moewes.cloudui.ui5.tabs
Class Ui5Tabcontainer
- java.lang.Object
-
- net.moewes.cloudui.UiComponent
-
- net.moewes.cloudui.ui5.tabs.Ui5Tabcontainer
-
public class Ui5Tabcontainer extends net.moewes.cloudui.UiComponent
Java wrapper for UI5 web component ui5-tabcontainer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Ui5Tabcontainer.TabLayout
possible values for attribute tab-layoutstatic class
Ui5Tabcontainer.TabPlacement
possible values for attribute tab-placement
-
Constructor Summary
Constructors Constructor Description Ui5Tabcontainer()
default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addEventListener(String event, Consumer<net.moewes.cloudui.UiEvent> function)
void
collapse()
collapse the tab containernet.moewes.cloudui.UiElement
render()
void
setFixed(boolean fixed)
sets the fixed attribute of ui5-tabcontainervoid
setTabLayout(Ui5Tabcontainer.TabLayout layout)
sets the tab-layout attribute of ui5-tabcontainervoid
setTabPlacement(Ui5Tabcontainer.TabPlacement placement)
sets the tab-placement attribute of ui5-tabcontainervoid
showOverflow(boolean showOverflow)
sets the show-overflow attribute of ui5-tabcontainer
-
-
-
Method Detail
-
setFixed
public void setFixed(boolean fixed)
sets the fixed attribute of ui5-tabcontainer- Parameters:
fixed
- flag
-
collapse
public void collapse()
collapse the tab container
-
showOverflow
public void showOverflow(boolean showOverflow)
sets the show-overflow attribute of ui5-tabcontainer- Parameters:
showOverflow
- flag
-
setTabLayout
public void setTabLayout(Ui5Tabcontainer.TabLayout layout)
sets the tab-layout attribute of ui5-tabcontainer- Parameters:
layout
- value
-
setTabPlacement
public void setTabPlacement(Ui5Tabcontainer.TabPlacement placement)
sets the tab-placement attribute of ui5-tabcontainer- Parameters:
placement
- value
-
addEventListener
public void addEventListener(String event, Consumer<net.moewes.cloudui.UiEvent> function)
- Overrides:
addEventListener
in classnet.moewes.cloudui.UiComponent
-
render
public net.moewes.cloudui.UiElement render()
- Overrides:
render
in classnet.moewes.cloudui.UiComponent
-
-