Uses of Class
org.patternfly.layout.grid.Grid
-
Uses of Grid in org.patternfly.layout.grid
Modifier and TypeMethodDescription<T> Grid
Grid.columns
(int columns) Same ascolumns(breakpoints(default_, columns))
Grid.columns
(Breakpoints<Integer> columns) The number of columns all grid items should span on a specific breakpoint.static Grid
Grid.grid()
static <E extends HTMLElement>
GridGrid.grid
(HTMLContainerBuilder<E> builder) Same asorder(breakpoints(default_, order))
Grid.order
(Breakpoints<String> order) Modifies the flex layout element order property.Grid.span
(int rows) The number of rows a column in the grid should span.Grid.that()