Uses of Enum Class
org.patternfly.layout.flex.Spacer
Packages that use Spacer
-
Uses of Spacer in org.patternfly.layout.flex
Methods in org.patternfly.layout.flex that return SpacerModifier and TypeMethodDescriptionstatic Spacer
Returns the enum constant of this class with the specified name.static Spacer[]
Spacer.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.patternfly.layout.flex with parameters of type SpacerModifier and TypeMethodDescriptionSame asspacer(breakpoints(default_, spacer))
Same asspacer(breakpoints(default_, spacer))
Method parameters in org.patternfly.layout.flex with type arguments of type SpacerModifier and TypeMethodDescriptionFlex.spacer
(Breakpoints<Spacer> spacer) Spacers at various breakpointsFlexItem.spacer
(Breakpoints<Spacer> spacer) Spacers at various breakpoints