Uses of Class
com.vaadin.flow.component.messages.MessageInput.SubmitEvent
Packages that use MessageInput.SubmitEvent
-
Uses of MessageInput.SubmitEvent in com.vaadin.flow.component.messages
Method parameters in com.vaadin.flow.component.messages with type arguments of type MessageInput.SubmitEventModifier and TypeMethodDescriptionMessageInput.addSubmitListener
(ComponentEventListener<MessageInput.SubmitEvent> listener) Adds a listener that is called when the user submits the value of the input field, which can be obtained withgetValue()
.Constructor parameters in com.vaadin.flow.component.messages with type arguments of type MessageInput.SubmitEventModifierConstructorDescriptionCreates a new message input component with the provided listener that gets invoked when the user submits a new message.