Class DescriptionList

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

public class DescriptionList extends BaseComponent<elemental2.dom.HTMLElement,DescriptionList> implements Modifiers.Compact<elemental2.dom.HTMLElement,DescriptionList>, Modifiers.Horizontal<elemental2.dom.HTMLElement,DescriptionList>, HasItems<elemental2.dom.HTMLElement,DescriptionList,DescriptionListGroup>
A description list contains terms and their corresponding descriptions.
See Also: