Uses of Class
org.patternfly.layout.flex.Gap
-
Packages that use Gap Package Description org.patternfly.layout.flex -
-
Uses of Gap in org.patternfly.layout.flex
Methods in org.patternfly.layout.flex that return Gap Modifier and Type Method Description static GapGap. valueOf(String name)Returns the enum constant of this type with the specified name.static Gap[]Gap. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.patternfly.layout.flex with type arguments of type Gap Modifier and Type Method Description FlexFlex. columnGap(Breakpoints<Gap> columnGap)Gap between columns at various breakpoints.FlexFlex. gap(Breakpoints<Gap> gap)Gap between items at various breakpoints.FlexFlex. rowGap(Breakpoints<Gap> rowGap)Gap between rows at various breakpoints.
-