Uses of Class
org.patternfly.component.expandable.ExpandableSection
Packages that use ExpandableSection
-
Uses of ExpandableSection in org.patternfly.component.expandable
Methods in org.patternfly.component.expandable that return ExpandableSectionModifier 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 ExpandableSectionExpandableSection.expandableSection()static ExpandableSectionExpandableSection.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)Method parameters in org.patternfly.component.expandable with type arguments of type ExpandableSectionModifier and TypeMethodDescriptionExpandableSection.onToggle(ToggleHandler<ExpandableSection> toggleHandler)