Uses of Class
org.patternfly.layout.grid.Grid
-
Packages that use Grid Package Description org.patternfly.layout.grid -
-
Uses of Grid in org.patternfly.layout.grid
Methods in org.patternfly.layout.grid that return Grid Modifier and Type Method Description GridGrid. addItem(GridItem item)GridGrid. cols(Tuples<Breakpoint,Integer> columns)The number of columns all grid items should span on a specific breakpoint.static GridGrid. grid()GridGrid. gutter()Adds modifier(gutter)GridGrid. order(Tuples<Breakpoint,String> order)Modifies the flex layout element order property.GridGrid. span(int rows)The number of rows a column in the grid should span.GridGrid. that()
-