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 TypeMethodDescriptionvoidCollaborationMessageList.MessageConfigurator.configureMessage(MessageListItem message, UserInfo user) Configures the provided message after theCollaborationMessageListhas generated it. -
Uses of MessageListItem in com.vaadin.flow.component.messages
Methods in com.vaadin.flow.component.messages with type parameters of type MessageListItemModifier and TypeMethodDescription<S extends Signal<MessageListItem>>
SignalBinding<List<S>> Binds the given signal to the items of the message list as a one-way binding so that the rendered messages are updated when the signal's value or any individual item signal changes.Methods in com.vaadin.flow.component.messages that return MessageListItemModifier and TypeMethodDescriptionMessageList.AttachmentClickEvent.getItem()Gets the message item containing the clicked attachment.MessageListLocator.getMessage(int index) Get message in given index.MessageListTester.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.MessageListLocator.getMessages()Get all messages in list.MessageListLocator.getMessages(String userName) Get all messages for a given userName.MessageListLocator.getMessages(Instant start, Instant end) Get messages between given Instant (excluding).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).MessageListLocator.getMessagesAfter(Instant start) Get messages after given Instant (excluding).MessageListTester.getMessagesAfter(Instant start) Get messages after given Instant (excluding).MessageListLocator.getMessagesBefore(Instant end) Get messages before 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 TypeMethodDescriptionvoidMessageList.addItem(MessageListItem item) Adds a single item to be rendered as a message at the end of this message list.voidMessageList.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 TypeMethodDescriptionvoidMessageList.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.