Package com.vaadin.collaborationengine
Interface CollaborationAvatarGroup.ImageHandler
- Enclosing class:
- CollaborationAvatarGroup
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback for creating a download handler for the avatar image for a
specific user. This allows loading the user image from a dynamic location
such as a database.
- Since:
- 6.5
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetDownloadHandler(UserInfo user) Gets a download handler for the avatar image for the given user.
-
Method Details
-
getDownloadHandler
Gets a download handler for the avatar image for the given user.- Parameters:
user- the user for which to get a download handler with the image, notnull- Returns:
- the download handler to use for the image, or
nullto not show use any avatar image for the given user
-