| Package | Description |
|---|---|
| org.dominokit.domino.ui.grid | |
| org.dominokit.domino.ui.upload |
| Modifier and Type | Method and Description |
|---|---|
static Row_12 |
Row.create()
Creates a grid row with default 12 columns
|
static Row_12 |
Row.of12Colmns()
Deprecated.
Use
Row.of12Columns() instead |
static Row_12 |
Row.of12Columns()
Creates a grid row with 12 columns
|
Row_12 |
Row_12.span1(Consumer<Column> consumer)
Creates column which has a size of 1 column of the 12 columns defined
|
Row_12 |
Row_12.span10(Consumer<Column> consumer)
Creates column which has a size of 10 columns of the 12 columns defined
|
Row_12 |
Row_12.span11(Consumer<Column> consumer)
Creates column which has a size of 11 columns of the 12 columns defined
|
Row_12 |
Row_12.span12(Consumer<Column> consumer)
Creates column which has a size of 12 columns of the 12 columns defined
|
Row_12 |
Row_12.span2(Consumer<Column> consumer)
Creates column which has a size of 2 columns of the 12 columns defined
|
Row_12 |
Row_12.span3(Consumer<Column> consumer)
Creates column which has a size of 3 columns of the 12 columns defined
|
Row_12 |
Row_12.span4(Consumer<Column> consumer)
Creates column which has a size of 4 columns of the 12 columns defined
|
Row_12 |
Row_12.span5(Consumer<Column> consumer)
Creates column which has a size of 5 columns of the 12 columns defined
|
Row_12 |
Row_12.span6(Consumer<Column> consumer)
Creates column which has a size of 6 columns of the 12 columns defined
|
Row_12 |
Row_12.span7(Consumer<Column> consumer)
Creates column which has a size of 7 columns of the 12 columns defined
|
Row_12 |
Row_12.span8(Consumer<Column> consumer)
Creates column which has a size of 8 columns of the 12 columns defined
|
Row_12 |
Row_12.span9(Consumer<Column> consumer)
Creates column which has a size of 9 columns of the 12 columns defined
|
| Modifier and Type | Method and Description |
|---|---|
Row<Row_12> |
FileUpload.getRow() |
Copyright © 2019–2022 Dominokit. All rights reserved.