Docs

Documentation versions (currently viewingVaadin 14)

You are viewing documentation for an older Vaadin version. View latest documentation

Message List

Message List allows you to show a list of messages, for example, a chat log. You can configure the text content, information about the sender and the time of sending for each message.

Open in a
new tab
Source code
MessageListComponent.java

The messages in the list can be populated with the items property. The items property is of type Array, with JSON objects in it. Each JSON object is a single message.

Component Usage recommendations

Message Input

Allow users to author and send messages.

50A56A3D-FC66-4317-B284-501652BE3993