Uses of Enum Class
com.flowingcode.vaadin.addons.chatassistant.model.ChatAssistantMode
Packages that use ChatAssistantMode
Package
Description
-
Uses of ChatAssistantMode in com.flowingcode.vaadin.addons.chatassistant
Methods in com.flowingcode.vaadin.addons.chatassistant that return ChatAssistantModeModifier and TypeMethodDescriptionChatAssistant.getMode()Returns the current display mode.ChatAssistant.ModeChangedEvent.getMode()Returns the mode the component switched to.Methods in com.flowingcode.vaadin.addons.chatassistant with parameters of type ChatAssistantModeModifier and TypeMethodDescriptionvoidChatAssistant.setMode(ChatAssistantMode mode) Sets the display mode programmatically.protected voidChatAssistant.setMode(ChatAssistantMode mode, boolean fromClient) Applies the given mode, reconciling the active surface and open state, and fires aChatAssistant.ModeChangedEventwhen the mode actually changes.Constructors in com.flowingcode.vaadin.addons.chatassistant with parameters of type ChatAssistantModeModifierConstructorDescriptionprotectedModeChangedEvent(ChatAssistant<?> source, boolean fromClient, ChatAssistantMode mode) -
Uses of ChatAssistantMode in com.flowingcode.vaadin.addons.chatassistant.model
Methods in com.flowingcode.vaadin.addons.chatassistant.model that return ChatAssistantModeModifier and TypeMethodDescriptionstatic ChatAssistantModeReturns the enum constant of this class with the specified name.static ChatAssistantMode[]ChatAssistantMode.values()Returns an array containing the constants of this enum class, in the order they are declared.