Uses of Class
com.vaadin.flow.component.messages.MessageListItem
Packages that use MessageListItem
-
Uses of MessageListItem in com.vaadin.collaborationengine
Methods in com.vaadin.collaborationengine with parameters of type MessageListItemModifier and TypeMethodDescriptionvoid
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 MessageListItemModifier and TypeMethodDescriptionMessageListTester.getMessage
(int index) Get message in given index.Methods in com.vaadin.flow.component.messages that return types with arguments of type MessageListItemModifier and TypeMethodDescriptionMessageList.getItems()
Gets the items that are rendered as message components in this message list.MessageListTester.getMessages()
Get all messages in list.MessageListTester.getMessages
(String userName) Get all messages for a given userName.MessageListTester.getMessages
(Instant start, Instant end) Get messages between given Instant (excluding).MessageListTester.getMessagesAfter
(Instant start) Get messages after given Instant (excluding).MessageListTester.getMessagesBefore
(Instant end) Get messages before given Instant (excluding).Methods in com.vaadin.flow.component.messages with parameters of type MessageListItemModifier and TypeMethodDescriptionvoid
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 MessageListItemModifier and TypeMethodDescriptionvoid
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 MessageListItemModifierConstructorDescriptionMessageList
(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 MessageListItemModifierConstructorDescriptionMessageList
(Collection<MessageListItem> items) Creates a new message list component, with the provided items rendered as messages.