Uses of Class
com.vaadin.flow.component.messages.MessageInput
Packages that use MessageInput
-
Uses of MessageInput in com.vaadin.flow.component.ai.orchestrator
Methods in com.vaadin.flow.component.ai.orchestrator with parameters of type MessageInputModifier and TypeMethodDescriptionAIOrchestrator.Builder.withInput(MessageInput messageInput) Sets the input component using a Flow MessageInput component. -
Uses of MessageInput in com.vaadin.flow.component.messages
Constructors in com.vaadin.flow.component.messages with parameters of type MessageInputModifierConstructorDescriptionSubmitEvent(MessageInput source, boolean fromClient, String value) Creates the event.