static GridItem |
GridItem.gridItem() |
|
GridItem |
GridItem.offset(int columns) |
The number of columns a grid item is offset.
|
GridItem |
GridItem.offset(Tuples<Breakpoint,Integer> columns) |
The number of columns the grid item is offset on a specific breakpoint.
|
GridItem |
GridItem.order(Tuples<Breakpoint,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(Tuples<Breakpoint,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(Tuples<Breakpoint,Integer> columns) |
The number of columns the grid item spans on a specific breakpoint.
|
GridItem |
GridItem.that() |
|