Uses of Class
net.moewes.cloudui.ui5.Ui5Avatar.BackgroundColor
-
Packages that use Ui5Avatar.BackgroundColor Package Description net.moewes.cloudui.ui5 -
-
Uses of Ui5Avatar.BackgroundColor in net.moewes.cloudui.ui5
Methods in net.moewes.cloudui.ui5 that return Ui5Avatar.BackgroundColor Modifier and Type Method Description static Ui5Avatar.BackgroundColor
Ui5Avatar.BackgroundColor. valueOf(String name)
Returns the enum constant of this type with the specified name.static Ui5Avatar.BackgroundColor[]
Ui5Avatar.BackgroundColor. 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 Ui5Avatar.BackgroundColor Modifier and Type Method Description void
Ui5Avatar. setBackgroundColor(Ui5Avatar.BackgroundColor color)
sets the background color of avatar
-