Uses of Enum Class
org.patternfly.style.ExpandableModifier
Packages that use ExpandableModifier
Package
Description
Provides jump links components for navigating within a page using anchor-based scroll navigation.
Provides a tabs component for organizing content into separate views within the same page.
Styling utilities including CSS classes, modifiers, breakpoints, and CSS variables.
-
Uses of ExpandableModifier in org.patternfly.component.jumplinks
Methods in org.patternfly.component.jumplinks with parameters of type ExpandableModifierModifier and TypeMethodDescriptionJumpLinks.expandable(ExpandableModifier expandable) Same asexpandable(breakpoints(default_, expandable))Method parameters in org.patternfly.component.jumplinks with type arguments of type ExpandableModifierModifier and TypeMethodDescriptionJumpLinks.expandable(Breakpoints<ExpandableModifier> expandable) When to collapse/expand at different breakpoints (Modifiers.Vertical.vertical()should be set to true for this to work). -
Uses of ExpandableModifier in org.patternfly.component.tabs
Methods in org.patternfly.component.tabs with parameters of type ExpandableModifierModifier and TypeMethodDescriptionTabs.expandable(ExpandableModifier expandable) Same asexpandable(breakpoints(default_, expandable))Method parameters in org.patternfly.component.tabs with type arguments of type ExpandableModifierModifier and TypeMethodDescriptionTabs.expandable(Breakpoints<ExpandableModifier> expandable) Enable expandable vertical tabs at various breakpoints (Modifiers.Vertical.vertical()should be set to true for this to work). -
Uses of ExpandableModifier in org.patternfly.style
Subclasses with type arguments of type ExpandableModifier in org.patternfly.styleModifier and TypeClassDescriptionenumDefines whether a component section is expandable or non-expandable.Methods in org.patternfly.style that return ExpandableModifierModifier and TypeMethodDescriptionstatic ExpandableModifierReturns the enum constant of this class with the specified name.static ExpandableModifier[]ExpandableModifier.values()Returns an array containing the constants of this enum class, in the order they are declared.