Package | Description |
---|---|
com.vaadin.flow.component.messages |
Modifier and Type | Method and Description |
---|---|
MessageInputI18n |
MessageInput.getI18n()
Gets the internationalization object previously set for this component.
|
MessageInputI18n |
MessageInputI18n.setMessage(String message)
Sets the translated word for
message . |
MessageInputI18n |
MessageInputI18n.setSend(String send)
Sets the translated word for
send . |
Modifier and Type | Method and Description |
---|---|
void |
MessageInput.setI18n(MessageInputI18n i18n)
Sets the internationalization properties for this component.
|
Copyright © 2025. All rights reserved.