Uses of Class
com.vaadin.flow.component.html.ListItem
-
Uses of ListItem in com.vaadin.flow.component.html
Constructors in com.vaadin.flow.component.html with parameters of type ListItemModifierConstructorDescriptionOrderedList(ListItem... items) Creates a new ordered list with the given list items.UnorderedList(ListItem... items) Creates a new unordered list with the given list items.