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 MessageInputI18nCollaborationMessageInput. 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 voidCollaborationMessageInput. 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 MessageInputI18nMessageInput. getI18n()Gets the internationalization object previously set for this component.MessageInputI18nMessageInputI18n. setMessage(String message)Sets the translated word formessage.MessageInputI18nMessageInputI18n. 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 voidMessageInput. setI18n(MessageInputI18n i18n)Sets the internationalization properties for this component.
-