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 StringgetInitials(Object item)StringgetInitialsByClient(Mandant client)StringgetInitialsByProfile(UserProfile profile)StringgetInitialsByUser(IUser user)StringsanitizeLabel(String label) 
 - 
 
- 
- 
Method Detail
- 
getInitialsByProfile
public String getInitialsByProfile(UserProfile profile)
 
 - 
 
 -