com.vaadin.flow.component.messages.
Class MessageInputI18n
All Implemented Interfaces:
The internationalization properties for MessageInput
. This can be
used to customize and translate the language used in the message input
component.
Author:
Vaadin Ltd.
See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the translated word for
message
.getSend()
Gets the translated word for
send
.setMessage
(String message) Sets the translated word for
message
.Sets the translated word for
send
.
-
Constructor Details
-
MessageInputI18n
public MessageInputI18n()
-
-
Method Details
-
getMessage
Gets the translated word for
message
.Returns:
the translated word for message
-
setMessage
Sets the translated word for
message
.This word is used as the placeholder and aria-label for the input field where the user can type a new message.
Parameters:
message
- the translated word for messageReturns:
this instance for method chaining
-
getSend
Gets the translated word for
send
.Returns:
the translated word for send
-
setSend
Sets the translated word for
send
.This word is used as the text content of the button for submitting new messages.
Parameters:
send
- the translated word for sendReturns:
this instance for method chaining
-