Package de.xima.fc.gui.bean
Class AvatarBean
- java.lang.Object
-
- de.xima.fc.gui.bean.AvatarBean
-
- All Implemented Interfaces:
Serializable
@Named @RequestScoped public class AvatarBean extends Object implements Serializable
Helper bean for rendering avatar composite components.- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AvatarBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFullName(Object item)StringgetFullNameByProfile(UserProfile profile)StringgetFullNameByUser(IUser user)StringgetInitials(Object item)StringgetInitialsByClient(Mandant client)StringgetInitialsByProfile(UserProfile profile)StringgetInitialsByUser(IUser user)StringsanitizeLabel(String label)
-
-
-
Method Detail
-
getFullNameByProfile
public String getFullNameByProfile(UserProfile profile)
-
getInitialsByProfile
public String getInitialsByProfile(UserProfile profile)
-
-