Uses of Class
com.vaadin.flow.component.messages.MessageInput.SubmitEvent
-
Packages that use MessageInput.SubmitEvent Package Description com.vaadin.flow.component.messages -
-
Uses of MessageInput.SubmitEvent in com.vaadin.flow.component.messages
Method parameters in com.vaadin.flow.component.messages with type arguments of type MessageInput.SubmitEvent Modifier and Type Method Description Registration
MessageInput. 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.SubmitEvent Constructor Description MessageInput(ComponentEventListener<MessageInput.SubmitEvent> listener)
Creates a new message input component with the provided listener that gets invoked when the user submits a new message.
-