Uses of Enum Class
org.patternfly.style.ExpandableModifier
Package
Description
-
Uses of ExpandableModifier in org.patternfly.component.jumplinks
Modifier and TypeMethodDescriptionJumpLinks.expandable
(ExpandableModifier expandable) Same asexpandable(breakpoints(default_, expandable))
Modifier 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
Modifier and TypeMethodDescriptionTabs.expandable
(ExpandableModifier expandable) Same asexpandable(breakpoints(default_, expandable))
Modifier 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
Modifier 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.