We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Interface
com.vaadin.collaborationengine.CollaborationAvatarGroup.ImageProvider
Packages that use CollaborationAvatarGroup.ImageProvider
-
Uses of CollaborationAvatarGroup.ImageProvider in com.vaadin.collaborationengine
Methods in com.vaadin.collaborationengine that return CollaborationAvatarGroup.ImageProviderModifier and TypeMethodDescriptionCollaborationAvatarGroup.getImageProvider()
Gets the currently used image provider callback.
CollaborationMessageList.getImageProvider()
Gets the currently used image provider callback.
Methods in com.vaadin.collaborationengine with parameters of type CollaborationAvatarGroup.ImageProviderModifier and TypeMethodDescriptionvoid
CollaborationAvatarGroup.setImageProvider
(CollaborationAvatarGroup.ImageProvider imageProvider) Sets an image provider callback for dynamically loading avatar images for a given user.
void
CollaborationMessageList.setImageProvider
(CollaborationAvatarGroup.ImageProvider imageProvider) Sets an image provider callback for dynamically loading avatar images for a given user.