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