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 ListItem Constructor Description OrderedList(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.
-