Uses of Interface
org.teamapps.ux.component.chat.ChatMessage
-
Packages that use ChatMessage Package Description org.teamapps.ux.component.chat -
-
Uses of ChatMessage in org.teamapps.ux.component.chat
Classes in org.teamapps.ux.component.chat that implement ChatMessage Modifier and Type Class Description classSimpleChatMessageMethods in org.teamapps.ux.component.chat that return ChatMessage Modifier and Type Method Description ChatMessageChatDisplayModel. getChatMessageById(java.lang.String id)ChatMessageInMemoryChatDisplayModel. getChatMessageById(java.lang.String id)Methods in org.teamapps.ux.component.chat that return types with arguments of type ChatMessage Modifier and Type Method Description java.util.List<ChatMessage>ChatMessageBatch. getMessages()Methods in org.teamapps.ux.component.chat with parameters of type ChatMessage Modifier and Type Method Description voidInMemoryChatDisplayModel. addMessage(ChatMessage message)Method parameters in org.teamapps.ux.component.chat with type arguments of type ChatMessage Modifier and Type Method Description voidInMemoryChatDisplayModel. replaceAllMessages(java.util.List<ChatMessage> messages)Constructor parameters in org.teamapps.ux.component.chat with type arguments of type ChatMessage Constructor Description ChatMessageBatch(java.util.List<ChatMessage> messages, boolean includesFirstMessage)InMemoryChatDisplayModel(java.util.concurrent.CopyOnWriteArrayList<ChatMessage> messages)
-