Uses of Class
net.moewes.cloudui.ui5.tabs.Ui5Tabcontainer.TabPlacement
-
Packages that use Ui5Tabcontainer.TabPlacement Package Description net.moewes.cloudui.ui5.tabs -
-
Uses of Ui5Tabcontainer.TabPlacement in net.moewes.cloudui.ui5.tabs
Methods in net.moewes.cloudui.ui5.tabs that return Ui5Tabcontainer.TabPlacement Modifier and Type Method Description static Ui5Tabcontainer.TabPlacement
Ui5Tabcontainer.TabPlacement. valueOf(String name)
Returns the enum constant of this type with the specified name.static Ui5Tabcontainer.TabPlacement[]
Ui5Tabcontainer.TabPlacement. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.moewes.cloudui.ui5.tabs with parameters of type Ui5Tabcontainer.TabPlacement Modifier and Type Method Description void
Ui5Tabcontainer. setTabPlacement(Ui5Tabcontainer.TabPlacement placement)
sets the tab-placement attribute of ui5-tabcontainer
-