Uses of Enum Class
org.patternfly.layout.flex.Gap
-
Uses of Gap in org.patternfly.layout.flex
Modifier 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.Modifier and TypeMethodDescriptionSame ascolumnGap(breakpoints(default_, columnGap))
Same asgap(breakpoints(default_, gap))
Same asrowGap(breakpoints(default_, rowGap))
Modifier 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.