Uses of Class
org.patternfly.style.ExpandableModifier
-
Packages that use ExpandableModifier Package Description org.patternfly.component.jumplinks org.patternfly.component.tabs org.patternfly.style -
-
Uses of ExpandableModifier in org.patternfly.component.jumplinks
Method parameters in org.patternfly.component.jumplinks with type arguments of type ExpandableModifier Modifier and Type Method Description JumpLinksJumpLinks. 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
Method parameters in org.patternfly.component.tabs with type arguments of type ExpandableModifier Modifier and Type Method Description TabsTabs. 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 ExpandableModifier Modifier and Type Method Description static ExpandableModifierExpandableModifier. valueOf(String name)Returns the enum constant of this type with the specified name.static ExpandableModifier[]ExpandableModifier. values()Returns an array containing the constants of this enum type, in the order they are declared.
-