Uses of Class
org.patternfly.layout.grid.Grid
Packages that use Grid
-
Uses of Grid in org.patternfly.layout.grid
Methods in org.patternfly.layout.grid that return GridModifier and TypeMethodDescription<T> GridGrid.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 GridGrid.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()