Uses of Class
org.patternfly.component.expandable.ExpandableSection
-
Uses of ExpandableSection in org.patternfly.component.expandable
Modifier and TypeMethodDescriptionExpandableSection.add
(ExpandableSectionContent content) ExpandableSection.add
(ExpandableSectionToggle toggle) ExpandableSection.addContent
(ExpandableSectionContent content) ExpandableSection.addToggle
(ExpandableSectionToggle toggle) ExpandableSection.detachedFrom
(String detachedFromId) ExpandableSection.disclosure()
Same as disclosure(true)ExpandableSection.disclosure
(boolean disclosure) Adds/removes the disclosure modifiersstatic ExpandableSection
ExpandableSection.expandableSection()
static ExpandableSection
ExpandableSection.expandableSection
(String id) ExpandableSection.indented()
Same as indented(true)ExpandableSection.indented
(boolean indented) Adds/removes modifier(indented)ExpandableSection.onToggle
(ToggleHandler<ExpandableSection> toggleHandler) ExpandableSection.that()
ExpandableSection.truncate()
Same as truncate(3)ExpandableSection.truncate
(int truncate) Adds modifier(truncate)Modifier and TypeMethodDescriptionExpandableSection.onToggle
(ToggleHandler<ExpandableSection> toggleHandler)