Uses of Class
org.patternfly.layout.grid.GridItem
Packages that use GridItem
-
Uses of GridItem in org.patternfly.layout.grid
Methods in org.patternfly.layout.grid that return GridItemModifier and TypeMethodDescriptionstatic GridItem
GridItem.gridItem()
static <E extends HTMLElement>
GridItemGridItem.gridItem
(HTMLContainerBuilder<E> builder) GridItem.offset
(int columns) Same asoffset(breakpoints(default_, columns))
GridItem.offset
(Breakpoints<Integer> columns) The number of columns the grid item is offset on a specific breakpoint.Same asorder(breakpoints(default_, order))
GridItem.order
(Breakpoints<String> order) Modifies the flex layout element order property.GridItem.rowSpan
(int rows) Same asrowSpan(breakpoints(default_, rows))
GridItem.rowSpan
(Breakpoints<Integer> rows) The number of rows the grid item spans on a specific breakpoint.GridItem.span
(int columns) Same asspan(breakpoints(default_, columns))
GridItem.span
(Breakpoints<Integer> columns) The number of columns the grid item spans on a specific breakpoint.GridItem.that()
Methods in org.patternfly.layout.grid with parameters of type GridItemMethod parameters in org.patternfly.layout.grid with type arguments of type GridItem