Uses of Interface
org.teamapps.ux.component.chat.ChatPhoto
Packages that use ChatPhoto
-
Uses of ChatPhoto in org.teamapps.ux.component.chat
Classes in org.teamapps.ux.component.chat that implement ChatPhotoMethods in org.teamapps.ux.component.chat that return types with arguments of type ChatPhotoMethod parameters in org.teamapps.ux.component.chat with type arguments of type ChatPhotoModifier and TypeMethodDescriptionInMemoryChatDisplayModel.addMessage(Resolvable userImage, String userNickname, String text, List<ChatPhoto> photos, List<ChatFile> files, boolean deleted) Constructor parameters in org.teamapps.ux.component.chat with type arguments of type ChatPhotoModifierConstructorDescriptionSimpleChatMessage(int id, Resolvable userImage, String userNickname, String text, List<ChatPhoto> photos, List<ChatFile> files, boolean deleted)