Uses of Class
com.vaadin.flow.component.messages.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 TypeMethodDescriptioncom.vaadin.flow.shared.RegistrationMessageInput.addSubmitListener(com.vaadin.flow.component.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.SubmitEventModifierConstructorDescriptionMessageInput(com.vaadin.flow.component.ComponentEventListener<MessageInput.SubmitEvent> listener) Creates a new message input component with the provided listener that gets invoked when the user submits a new message.