Uses of Interface
org.teamapps.ux.component.chat.ChatPhoto
-
Packages that use 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 java.util.List<ChatPhoto>ChatMessage. getPhotos()java.util.List<ChatPhoto>SimpleChatMessage. getPhotos()Constructor parameters in org.teamapps.ux.component.chat with type arguments of type ChatPhoto Constructor Description SimpleChatMessage(java.lang.String id, Resolvable userImage, java.lang.String userNickname, java.lang.String text, java.util.List<ChatPhoto> photos, java.util.List<ChatFile> files)
-