Class ExpandableSection

java.lang.Object
org.patternfly.component.BaseComponent<HTMLDivElement,ExpandableSection>
org.patternfly.component.expandable.ExpandableSection
All Implemented Interfaces:
Attachable, Container<HTMLDivElement,ExpandableSection>, Finder<HTMLDivElement>, HasElement<HTMLDivElement,ExpandableSection>, HasHTMLElement<HTMLDivElement,ExpandableSection>, IsElement<HTMLDivElement>, TypedBuilder<HTMLDivElement,ExpandableSection>, Component, Expandable<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: