Index

A C G I M S T 
All Classes and Interfaces|All Packages|Serialized Form

A

addChatSentListener(ComponentEventListener<ChatAssistant.ChatSentEvent>) - Method in class com.flowingcode.vaadin.addons.chatassistant.ChatAssistant
Adds a listener that will be notified when the ChatSentEvent is fired, allowing to react when a message is sent by the user or programmatically.

C

ChatAssistant - Class in com.flowingcode.vaadin.addons.chatassistant
Component that allows to create a floating chat button that will open a chat window that can be used to provide a chat assistant feature.
ChatAssistant() - Constructor for class com.flowingcode.vaadin.addons.chatassistant.ChatAssistant
 
ChatAssistant.ChatSentEvent - Class in com.flowingcode.vaadin.addons.chatassistant
Event that represents a chat being sent to the component.
ChatSentEvent(ChatAssistant, boolean, String, boolean) - Constructor for class com.flowingcode.vaadin.addons.chatassistant.ChatAssistant.ChatSentEvent
 
com.flowingcode.vaadin.addons.chatassistant - package com.flowingcode.vaadin.addons.chatassistant
 

G

getJsonObject() - Method in class com.flowingcode.vaadin.addons.chatassistant.Message
 
getJsonObject() - Method in class com.flowingcode.vaadin.addons.chatassistant.Sender
 
getMessage() - Method in class com.flowingcode.vaadin.addons.chatassistant.ChatAssistant.ChatSentEvent
 

I

isRight() - Method in class com.flowingcode.vaadin.addons.chatassistant.ChatAssistant.ChatSentEvent
 

M

Message - Class in com.flowingcode.vaadin.addons.chatassistant
Class that represents a chat message.
Message() - Constructor for class com.flowingcode.vaadin.addons.chatassistant.Message
 

S

Sender - Class in com.flowingcode.vaadin.addons.chatassistant
Class that represents a chat message sender: name: The name of the sender.
Sender() - Constructor for class com.flowingcode.vaadin.addons.chatassistant.Sender
 
sendMessage(Message) - Method in class com.flowingcode.vaadin.addons.chatassistant.ChatAssistant
Sends a message to the component, by using the supplied Message object.
sendMessage(String) - Method in class com.flowingcode.vaadin.addons.chatassistant.ChatAssistant
Sends a message represented by the string message programmatically to the component, with default settings.

T

toggle() - Method in class com.flowingcode.vaadin.addons.chatassistant.ChatAssistant
Shows or hides the chat window
A C G I M S T 
All Classes and Interfaces|All Packages|Serialized Form