com.vaadin.flow.component.html.

Class UnorderedList

All Implemented Interfaces:

AttachNotifier, ClickNotifier<UnorderedList>, DetachNotifier, HasComponents, HasElement, HasEnabled, HasSize, HasStyle, HasText, Serializable

@Tag("ul") public class UnorderedList extends HtmlContainer implements ClickNotifier<UnorderedList>

Component representing a <ul> element.

Since:

1.0

Author:

Vaadin Ltd

See Also:

  • Constructor Details

    • UnorderedList

      public UnorderedList()

      Creates a new empty unordered list.

    • UnorderedList

      public UnorderedList(ListItem... items)

      Creates a new unordered list with the given list items.

      Parameters:

      items - the list items