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)<T> GridGrid. addItems(Iterable<T> items, Function<T,GridItem> display)GridGrid. 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)GridGrid. order(Breakpoints<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()
-