Uses of Class
com.vaadin.flow.component.messages.MessageListItem
-
Packages that use MessageListItem Package Description com.vaadin.collaborationengine com.vaadin.flow.component.messages -
-
Uses of MessageListItem in com.vaadin.collaborationengine
Methods in com.vaadin.collaborationengine with parameters of type MessageListItem Modifier and Type Method Description void
CollaborationMessageList.MessageConfigurator. configureMessage(MessageListItem message, UserInfo user)
Configures the provided message after theCollaborationMessageList
has generated it. -
Uses of MessageListItem in com.vaadin.flow.component.messages
Methods in com.vaadin.flow.component.messages that return types with arguments of type MessageListItem Modifier and Type Method Description List<MessageListItem>
MessageList. getItems()
Gets the items that are rendered as message components in this message list.Methods in com.vaadin.flow.component.messages with parameters of type MessageListItem Modifier and Type Method Description void
MessageList. setItems(MessageListItem... items)
Sets the items that will be rendered as messages in this message list.Method parameters in com.vaadin.flow.component.messages with type arguments of type MessageListItem Modifier and Type Method Description void
MessageList. setItems(Collection<MessageListItem> items)
Sets the items that will be rendered as messages in this message list.Constructors in com.vaadin.flow.component.messages with parameters of type MessageListItem Constructor Description MessageList(MessageListItem... items)
Creates a new message list component, with the provided items rendered as messages.Constructor parameters in com.vaadin.flow.component.messages with type arguments of type MessageListItem Constructor Description MessageList(Collection<MessageListItem> items)
Creates a new message list component, with the provided items rendered as messages.
-