Package | Description |
---|---|
com.vaadin.collaborationengine | |
com.vaadin.flow.component.messages |
Modifier and Type | Method and Description |
---|---|
void |
CollaborationMessageList.MessageConfigurator.configureMessage(MessageListItem message,
UserInfo user)
Configures the provided message after the
CollaborationMessageList has generated it. |
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 © 2024. All rights reserved.