Uses of Class
org.patternfly.component.expandable.ExpandableSection
Packages that use ExpandableSection
-
Uses of ExpandableSection in org.patternfly.component.expandable
Subclasses with type arguments of type ExpandableSection in org.patternfly.component.expandableModifier and TypeClassDescriptionclassAn 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.Classes in org.patternfly.component.expandable that implement interfaces with type arguments of type ExpandableSectionModifier and TypeClassDescriptionclassAn 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.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.detached()Make this expandable section detached from another one.ExpandableSection.disclosure()Same as disclosure(true)ExpandableSection.disclosure(boolean disclosure) Adds/removes the disclosure modifiersstatic ExpandableSectionExpandableSection.expandableSection()static ExpandableSectionExpandableSection.expandableSection(String id) Creates and returns a new instance ofExpandableSectionwith the specified 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)