Uses of Record Class
com.vaadin.flow.component.messages.MessageListItem.Attachment
Packages that use MessageListItem.Attachment
-
Uses of MessageListItem.Attachment in com.vaadin.flow.component.messages
Methods in com.vaadin.flow.component.messages that return MessageListItem.AttachmentModifier and TypeMethodDescriptionMessageList.AttachmentClickEvent.getAttachment()Gets the clicked attachment.MessageListLocator.getAttachmentByName(int index, String name) Get the attachment with the given name from the message in given index.MessageListTester.getAttachmentByName(int index, String name) Get the attachment with the given name from the message in given index.Methods in com.vaadin.flow.component.messages that return types with arguments of type MessageListItem.AttachmentModifier and TypeMethodDescriptionMessageListItem.getAttachments()Gets the attachments of this message.MessageListLocator.getAttachments(int index) Get the attachments of the message in given index.MessageListTester.getAttachments(int index) Get the attachments of the message in given index.Methods in com.vaadin.flow.component.messages with parameters of type MessageListItem.AttachmentModifier and TypeMethodDescriptionvoidMessageListItem.addAttachment(MessageListItem.Attachment attachment) Adds an attachment to this message.Method parameters in com.vaadin.flow.component.messages with type arguments of type MessageListItem.AttachmentModifier and TypeMethodDescriptionvoidMessageListItem.setAttachments(List<MessageListItem.Attachment> attachments) Sets the attachments of this message.