| Package | Description |
|---|---|
| org.dominokit.domino.ui.grid |
| Modifier and Type | Method and Description |
|---|---|
static Row_16 |
Row.of16Colmns()
Deprecated.
Use
Row.of16Columns() instead |
static Row_16 |
Row.of16Columns()
Creates a grid row with 16 columns
|
Row_16 |
Row_16.span1(Consumer<Column> consumer)
Creates column which has a size of 1 column of the 16 columns defined
|
Row_16 |
Row_16.span10(Consumer<Column> consumer)
Creates column which has a size of 10 columns of the 16 columns defined
|
Row_16 |
Row_16.span11(Consumer<Column> consumer)
Creates column which has a size of 11 columns of the 16 columns defined
|
Row_16 |
Row_16.span12(Consumer<Column> consumer)
Creates column which has a size of 12 columns of the 16 columns defined
|
Row_16 |
Row_16.span13(Consumer<Column> consumer)
Creates column which has a size of 13 columns of the 16 columns defined
|
Row_16 |
Row_16.span14(Consumer<Column> consumer)
Creates column which has a size of 14 columns of the 16 columns defined
|
Row_16 |
Row_16.span15(Consumer<Column> consumer)
Creates column which has a size of 15 columns of the 16 columns defined
|
Row_16 |
Row_16.span16(Consumer<Column> consumer)
Creates column which has a size of 16 columns of the 16 columns defined
|
Row_16 |
Row_16.span2(Consumer<Column> consumer)
Creates column which has a size of 2 columns of the 16 columns defined
|
Row_16 |
Row_16.span3(Consumer<Column> consumer)
Creates column which has a size of 3 columns of the 16 columns defined
|
Row_16 |
Row_16.span4(Consumer<Column> consumer)
Creates column which has a size of 4 columns of the 16 columns defined
|
Row_16 |
Row_16.span5(Consumer<Column> consumer)
Creates column which has a size of 5 columns of the 16 columns defined
|
Row_16 |
Row_16.span6(Consumer<Column> consumer)
Creates column which has a size of 6 columns of the 16 columns defined
|
Row_16 |
Row_16.span7(Consumer<Column> consumer)
Creates column which has a size of 7 columns of the 16 columns defined
|
Row_16 |
Row_16.span8(Consumer<Column> consumer)
Creates column which has a size of 8 columns of the 16 columns defined
|
Row_16 |
Row_16.span9(Consumer<Column> consumer)
Creates column which has a size of 9 columns of the 16 columns defined
|
Copyright © 2019–2022 Dominokit. All rights reserved.