| Package | Description |
|---|---|
| com.vaadin.flow.component.messages |
| Modifier and Type | Method and Description |
|---|---|
List<MessageListItem> |
MessageList.getItems()
Gets the items that are rendered as message components in this message
list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageList.setItems(MessageListItem... items)
Sets the items that will be rendered as messages in this message list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageList.setItems(Collection<MessageListItem> items)
Sets the items that will be rendered as messages in this message list.
|
| Constructor and Description |
|---|
MessageList(MessageListItem... items)
Creates a new message list component, with the provided items rendered as
messages.
|
| Constructor and Description |
|---|
MessageList(Collection<MessageListItem> items)
Creates a new message list component, with the provided items rendered as
messages.
|
Copyright © 2025. All rights reserved.