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 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.