Class SimpleList

All Implemented Interfaces:
Iterable<SimpleListItem>, ElementAttributeMethods<HTMLElement,SimpleList>, ElementClassListMethods<HTMLElement,SimpleList>, ElementConsumerMethods<HTMLElement,SimpleList>, ElementContainerMethods<HTMLElement,SimpleList>, ElementEventMethods<HTMLElement,SimpleList>, ElementIdMethods<HTMLElement,SimpleList>, ElementQueryMethods<HTMLElement>, HTMLElementAttributeMethods<HTMLElement,SimpleList>, HTMLElementDataMethods<HTMLElement,SimpleList>, HTMLElementStyleMethods<HTMLElement,SimpleList>, HTMLElementVisibilityMethods<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: