Uses of Class
org.patternfly.component.tabs.ExpandableModifier
-
Packages that use ExpandableModifier Package Description org.patternfly.component.tabs -
-
Uses of ExpandableModifier in org.patternfly.component.tabs
Methods in org.patternfly.component.tabs 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.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).
-