Uses of Class
net.moewes.cloudui.ui5.Ui5Title.Level
-
Packages that use Ui5Title.Level Package Description net.moewes.cloudui.ui5 -
-
Uses of Ui5Title.Level in net.moewes.cloudui.ui5
Methods in net.moewes.cloudui.ui5 that return Ui5Title.Level Modifier and Type Method Description static Ui5Title.Level
Ui5Title.Level. valueOf(String name)
Returns the enum constant of this type with the specified name.static Ui5Title.Level[]
Ui5Title.Level. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.moewes.cloudui.ui5 with parameters of type Ui5Title.Level Modifier and Type Method Description void
Ui5Panel. setHeaderLevel(Ui5Title.Level level)
sets the header-level attribute of ui5-panelvoid
Ui5Title. setLevel(Ui5Title.Level level)
sets the level attribute of ui5-titleConstructors in net.moewes.cloudui.ui5 with parameters of type Ui5Title.Level Constructor Description Ui5Title(String text, Ui5Title.Level level)
constructor
-