Class SimpleList

All Implemented Interfaces:
Iterable<SimpleListItem>, Container<HTMLElement,SimpleList>, Finder<HTMLElement>, HasElement<HTMLElement,SimpleList>, HasHTMLElement<HTMLElement,SimpleList>, IsElement<HTMLElement>, TypedBuilder<HTMLElement,SimpleList>, Component, HasItems<HTMLElement,SimpleList,SimpleListItem>

A simple list provides a list of selectable items that can be shown within a page. Each item is described by a text label. The list may be divided into logical sections by introducing group headers.
See Also: