We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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 with
getValue()
.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.