static GridItem |
GridItem.gridItem() |
|
static <E extends HTMLElement> GridItem |
GridItem.gridItem(HTMLContainerBuilder<E> builder) |
|
GridItem |
GridItem.offset(int columns) |
The number of columns a grid item is offset.
|
GridItem |
GridItem.offset(Breakpoints<Integer> columns) |
The number of columns the grid item is offset on a specific breakpoint.
|
GridItem |
GridItem.order(Breakpoints<String> order) |
Modifies the flex layout element order property.
|
GridItem |
GridItem.rowSpan(int rows) |
The number of rows the grid item spans.
|
GridItem |
GridItem.rowSpan(Breakpoints<Integer> rows) |
The number of rows the grid item spans on a specific breakpoint.
|
GridItem |
GridItem.span(int columns) |
The number of columns the grid item spans.
|
GridItem |
GridItem.span(Breakpoints<Integer> columns) |
The number of columns the grid item spans on a specific breakpoint.
|
GridItem |
GridItem.that() |
|