Skip navigation links
A C G L M S 

A

addSubmitListener(ComponentEventListener<MessageInput.SubmitEvent>) - Method in class com.vaadin.flow.component.messages.MessageInput
Adds a listener that is called when the user submits the value of the input field, which can be obtained with getValue().

C

com.vaadin.flow.component.messages - package com.vaadin.flow.component.messages
 

G

getI18n() - Method in class com.vaadin.flow.component.messages.MessageInput
Gets the internationalization object previously set for this component.
getItems() - Method in class com.vaadin.flow.component.messages.MessageList
Gets the items that are rendered as message components in this message list.
getMessage() - Method in class com.vaadin.flow.component.messages.MessageInputI18n
Gets the translated word for message.
getSend() - Method in class com.vaadin.flow.component.messages.MessageInputI18n
Gets the translated word for send.
getText() - Method in class com.vaadin.flow.component.messages.MessageListItem
Gets the text content of the message.
getTime() - Method in class com.vaadin.flow.component.messages.MessageListItem
Gets the time of sending the message.
getUserAbbreviation() - Method in class com.vaadin.flow.component.messages.MessageListItem
Gets the abbreviation of the message sender.
getUserColorIndex() - Method in class com.vaadin.flow.component.messages.MessageListItem
Gets the color index of the message sender.
getUserImage() - Method in class com.vaadin.flow.component.messages.MessageListItem
Gets the URL to the message sender's image.
getUserImageResource() - Method in class com.vaadin.flow.component.messages.MessageListItem
Gets the image resource of the message sender's avatar.
getUserName() - Method in class com.vaadin.flow.component.messages.MessageListItem
Gets the user name of the message sender.
getValue() - Method in class com.vaadin.flow.component.messages.MessageInput.SubmitEvent
Gets the submitted value.

L

localeChange(LocaleChangeEvent) - Method in class com.vaadin.flow.component.messages.MessageList
 

M

MessageInput - Class in com.vaadin.flow.component.messages
Server-side component for the vaadin-message-input element.
MessageInput() - Constructor for class com.vaadin.flow.component.messages.MessageInput
Creates a new message input component.
MessageInput(ComponentEventListener<MessageInput.SubmitEvent>) - Constructor for class com.vaadin.flow.component.messages.MessageInput
Creates a new message input component with the provided listener that gets invoked when the user submits a new message.
MessageInput.SubmitEvent - Class in com.vaadin.flow.component.messages
The submit event which is fired by MessageInput component.
MessageInputI18n - Class in com.vaadin.flow.component.messages
The internationalization properties for MessageInput.
MessageInputI18n() - Constructor for class com.vaadin.flow.component.messages.MessageInputI18n
 
MessageList - Class in com.vaadin.flow.component.messages
Server-side component for the vaadin-message-list element.
MessageList() - Constructor for class com.vaadin.flow.component.messages.MessageList
Creates a new message list component.
MessageList(Collection<MessageListItem>) - Constructor for class com.vaadin.flow.component.messages.MessageList
Creates a new message list component, with the provided items rendered as messages.
MessageList(MessageListItem...) - Constructor for class com.vaadin.flow.component.messages.MessageList
Creates a new message list component, with the provided items rendered as messages.
MessageListItem - Class in com.vaadin.flow.component.messages
Item to render as a message component inside a MessageList.
MessageListItem() - Constructor for class com.vaadin.flow.component.messages.MessageListItem
Creates an empty message list item.
MessageListItem(String) - Constructor for class com.vaadin.flow.component.messages.MessageListItem
Creates a message list item with the provided text, which will be displayed as plain text in the message body.
MessageListItem(String, Instant, String) - Constructor for class com.vaadin.flow.component.messages.MessageListItem
Creates a message list item with the provided text content, time and user name.
MessageListItem(String, Instant, String, String) - Constructor for class com.vaadin.flow.component.messages.MessageListItem
Creates a message list item with the provided text content, time and user name.

S

setI18n(MessageInputI18n) - Method in class com.vaadin.flow.component.messages.MessageInput
Sets the internationalization properties for this component.
setItems(Collection<MessageListItem>) - Method in class com.vaadin.flow.component.messages.MessageList
Sets the items that will be rendered as messages in this message list.
setItems(MessageListItem...) - Method in class com.vaadin.flow.component.messages.MessageList
Sets the items that will be rendered as messages in this message list.
setMessage(String) - Method in class com.vaadin.flow.component.messages.MessageInputI18n
Sets the translated word for message.
setSend(String) - Method in class com.vaadin.flow.component.messages.MessageInputI18n
Sets the translated word for send.
setText(String) - Method in class com.vaadin.flow.component.messages.MessageListItem
Sets the text content of the message.
setTime(Instant) - Method in class com.vaadin.flow.component.messages.MessageListItem
Sets the time of sending the message.
setUserAbbreviation(String) - Method in class com.vaadin.flow.component.messages.MessageListItem
Sets the abbreviation of the message sender.
setUserColorIndex(Integer) - Method in class com.vaadin.flow.component.messages.MessageListItem
Sets the color index of the message sender.
setUserImage(String) - Method in class com.vaadin.flow.component.messages.MessageListItem
Sets the URL to the message sender's image.
setUserImageResource(AbstractStreamResource) - Method in class com.vaadin.flow.component.messages.MessageListItem
Sets the image for the message sender's avatar.
setUserName(String) - Method in class com.vaadin.flow.component.messages.MessageListItem
Sets the user name of the message sender.
SubmitEvent(MessageInput, boolean, String) - Constructor for class com.vaadin.flow.component.messages.MessageInput.SubmitEvent
Creates the event.
A C G L M S 
Skip navigation links

Copyright © 2023. All rights reserved.