Uses of Record Class
com.vaadin.flow.component.messages.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.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.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.