Uses of Interface
org.teamapps.ux.component.chat.ChatPhoto
| Package | Description |
|---|---|
| org.teamapps.ux.component.chat |
-
Uses of ChatPhoto in org.teamapps.ux.component.chat
Classes in org.teamapps.ux.component.chat that implement ChatPhoto Modifier and Type Class Description classSimpleChatPhotoMethods in org.teamapps.ux.component.chat that return types with arguments of type ChatPhoto Modifier and Type Method Description default java.util.List<ChatPhoto>ChatMessage. getPhotos()java.util.List<ChatPhoto>SimpleChatMessage. getPhotos()Method parameters in org.teamapps.ux.component.chat with type arguments of type ChatPhoto Modifier and Type Method Description ChatMessageInMemoryChatDisplayModel. addMessage(Resolvable userImage, java.lang.String userNickname, java.lang.String text, java.util.List<ChatPhoto> photos, java.util.List<ChatFile> files, boolean deleted)Constructor parameters in org.teamapps.ux.component.chat with type arguments of type ChatPhoto Constructor Description SimpleChatMessage(int id, Resolvable userImage, java.lang.String userNickname, java.lang.String text, java.util.List<ChatPhoto> photos, java.util.List<ChatFile> files, boolean deleted)