Uses of Class
com.vaadin.flow.component.messages.MessageInputI18n
-
Packages that use MessageInputI18n Package Description com.vaadin.collaborationengine com.vaadin.flow.component.messages -
-
Uses of MessageInputI18n in com.vaadin.collaborationengine
Methods in com.vaadin.collaborationengine that return MessageInputI18n Modifier and Type Method Description MessageInputI18n
CollaborationMessageInput. getI18n()
Gets the internationalization object previously set for this component.Methods in com.vaadin.collaborationengine with parameters of type MessageInputI18n Modifier and Type Method Description void
CollaborationMessageInput. setI18n(MessageInputI18n i18n)
Sets the internationalization properties for this component. -
Uses of MessageInputI18n in com.vaadin.flow.component.messages
Methods in com.vaadin.flow.component.messages that return MessageInputI18n Modifier and Type Method Description MessageInputI18n
MessageInput. getI18n()
Gets the internationalization object previously set for this component.MessageInputI18n
MessageInputI18n. setMessage(String message)
Sets the translated word formessage
.MessageInputI18n
MessageInputI18n. setSend(String send)
Sets the translated word forsend
.Methods in com.vaadin.flow.component.messages with parameters of type MessageInputI18n Modifier and Type Method Description void
MessageInput. setI18n(MessageInputI18n i18n)
Sets the internationalization properties for this component.
-