Uses of Enum Class
org.patternfly.style.ExpandableModifier
Packages that use ExpandableModifier
Package
Description
-
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
Methods in org.patternfly.style that return ExpandableModifierModifier and TypeMethodDescriptionstatic ExpandableModifier
Returns 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.