Uses of Class
com.vaadin.flow.component.messages.MessageListItem
-
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 com.vaadin.flow.signals.Signal<MessageListItem>>
com.vaadin.flow.dom.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.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.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.