Class ExpandableSection

java.lang.Object
org.patternfly.component.BaseComponent<elemental2.dom.HTMLDivElement,ExpandableSection>
org.patternfly.component.expandable.ExpandableSection
All Implemented Interfaces:
Attachable, Container<elemental2.dom.HTMLDivElement,ExpandableSection>, Finder<elemental2.dom.HTMLDivElement>, HasElement<elemental2.dom.HTMLDivElement,ExpandableSection>, HasHTMLElement<elemental2.dom.HTMLDivElement,ExpandableSection>, IsElement<elemental2.dom.HTMLDivElement>, TypedBuilder<elemental2.dom.HTMLDivElement,ExpandableSection>, Component, Expandable<elemental2.dom.HTMLDivElement,ExpandableSection>

public class ExpandableSection extends BaseComponent<elemental2.dom.HTMLDivElement,ExpandableSection> implements Attachable, Expandable<elemental2.dom.HTMLDivElement,ExpandableSection>
An expandable section component is used to support progressive disclosure in a form or page by hiding additional content when you don't want it to be shown by default. An expandable section can contain any type of content such as plain text, form inputs, and charts.
See Also: