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