Class SimpleList

java.lang.Object
org.patternfly.component.BaseComponent<elemental2.dom.HTMLElement,SimpleList>
org.patternfly.component.list.SimpleList
All Implemented Interfaces:
Iterable<SimpleListItem>, Container<elemental2.dom.HTMLElement,SimpleList>, Finder<elemental2.dom.HTMLElement>, HasElement<elemental2.dom.HTMLElement,SimpleList>, HasHTMLElement<elemental2.dom.HTMLElement,SimpleList>, IsElement<elemental2.dom.HTMLElement>, TypedBuilder<elemental2.dom.HTMLElement,SimpleList>, Component, HasItems<elemental2.dom.HTMLElement,SimpleList,SimpleListItem>

public class SimpleList extends BaseComponent<elemental2.dom.HTMLElement,SimpleList> implements HasItems<elemental2.dom.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: