Uses of Enum Class
org.patternfly.layout.flex.Gap
Packages that use Gap
-
Uses of Gap in org.patternfly.layout.flex
Methods in org.patternfly.layout.flex that return GapModifier and TypeMethodDescriptionstatic Gap
Returns the enum constant of this class with the specified name.static Gap[]
Gap.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 GapModifier and TypeMethodDescriptionSame ascolumnGap(breakpoints(default_, columnGap))
Same asgap(breakpoints(default_, gap))
Same asrowGap(breakpoints(default_, rowGap))
Method parameters in org.patternfly.layout.flex with type arguments of type GapModifier and TypeMethodDescriptionFlex.columnGap
(Breakpoints<Gap> columnGap) Gap between columns at various breakpoints.Flex.gap
(Breakpoints<Gap> gap) Gap between items at various breakpoints.Flex.rowGap
(Breakpoints<Gap> rowGap) Gap between rows at various breakpoints.