| Package | Description |
|---|---|
| org.dominokit.domino.ui.grid |
| Modifier and Type | Method and Description |
|---|---|
protected Column |
Row.addAutoSpanColumn(int span) |
Column |
Column.centerContent()
Centers the content of the column
|
Column |
Column.condense()
Removes margins for the column
|
Column |
Column.condensed()
Deprecated.
use
condensed() |
Column |
Column.copy()
Copy this instance
|
Column |
Column.deCenterContent()
De-centers the content of the column, the content will take place based on the default
container
|
Column |
Column.offset(int columnsOnAllScreens)
Creates new column with providing the same offset for all different screens sizes
|
Column |
Column.offset(int mediumAnUp,
int smallAndDown)
Creates new column with providing offsets for different screens sizes as a range
|
Column |
Column.offset(int large,
int medium,
int small,
int xsmall)
Creates new column with providing offsets on all different screens sizes
|
Column |
Column.offset(int xLarge,
int large,
int medium,
int small,
int xsmall)
Creates new column with providing offsets on all different screens sizes
|
Column |
Column.offset0()
Creates new column with 0 column distance from the start
|
Column |
Column.offset1()
Creates new column with 1 column distance from the start
|
Column |
Column.offset10()
Creates new column with 10 columns distance from the start
|
Column |
Column.offset11()
Creates new column with 11 columns distance from the start
|
Column |
Column.offset12()
Creates new column with 12 columns distance from the start
|
Column |
Column.offset13()
Creates new column with 13 columns distance from the start
|
Column |
Column.offset14()
Creates new column with 14 columns distance from the start
|
Column |
Column.offset15()
Creates new column with 15 columns distance from the start
|
Column |
Column.offset16()
Creates new column with 16 columns distance from the start
|
Column |
Column.offset17()
Creates new column with 17 columns distance from the start
|
Column |
Column.offset18()
Creates new column with 18 columns distance from the start
|
Column |
Column.offset19()
Creates new column with 19 columns distance from the start
|
Column |
Column.offset2()
Creates new column with 2 columns distance from the start
|
Column |
Column.offset20()
Creates new column with 20 columns distance from the start
|
Column |
Column.offset21()
Creates new column with 21 columns distance from the start
|
Column |
Column.offset22()
Creates new column with 22 columns distance from the start
|
Column |
Column.offset23()
Creates new column with 23 columns distance from the start
|
Column |
Column.offset24()
Creates new column with 24 columns distance from the start
|
Column |
Column.offset25()
Creates new column with 25 columns distance from the start
|
Column |
Column.offset26()
Creates new column with 26 columns distance from the start
|
Column |
Column.offset27()
Creates new column with 27 columns distance from the start
|
Column |
Column.offset28()
Creates new column with 28 columns distance from the start
|
Column |
Column.offset29()
Creates new column with 29 columns distance from the start
|
Column |
Column.offset3()
Creates new column with 3 columns distance from the start
|
Column |
Column.offset30()
Creates new column with 30 columns distance from the start
|
Column |
Column.offset31()
Creates new column with 31 columns distance from the start
|
Column |
Column.offset4()
Creates new column with 4 columns distance from the start
|
Column |
Column.offset5()
Creates new column with 5 columns distance from the start
|
Column |
Column.offset6()
Creates new column with 6 columns distance from the start
|
Column |
Column.offset7()
Creates new column with 7 columns distance from the start
|
Column |
Column.offset8()
Creates new column with 8 columns distance from the start
|
Column |
Column.offset9()
Creates new column with 9 columns distance from the start
|
Column |
Column.onLarge(Column.OnLarge onLarge)
Sets the size of the column when the screen is large
|
Column |
Column.onLargeOffset(Column.OnLargeOffset onLarge)
Sets the offset of the column when the screen is large
|
Column |
Column.onMedium(Column.OnMedium onMedium)
Sets the size of the column when the screen is medium
|
Column |
Column.onMediumOffset(Column.OnMediumOffset onMedium)
Sets the offset of the column when the screen is medium
|
Column |
Column.onSmall(Column.OnSmall onSmall)
Sets the size of the column when the screen is small
|
Column |
Column.onSmallOffset(Column.OnSmallOffset onSmall)
Sets the offset of the column when the screen is small
|
Column |
Column.onXLarge(Column.OnXLarge onXLarge)
Sets the size of the column when the screen is X large
|
Column |
Column.onXLargeOffset(Column.OnXLargeOffset onXLarge)
Sets the offset of the column when the screen is X large
|
Column |
Column.onXSmall(Column.OnXSmall onXSmall)
Sets the size of the column when the screen is X small
|
Column |
Column.onXSmallOffset(Column.OnXSmallOffset onXSmall)
Sets the offset of the column when the screen is X small
|
static Column |
Column.span()
Creates new column with default size
|
static Column |
Column.span(int columnsOnAllScreens)
Creates new column with providing the same size for all different screens sizes
|
static Column |
Column.span(int mediumAnUp,
int smallAndDown)
Creates new column with providing sizes for different screens sizes as a range
|
static Column |
Column.span(int large,
int medium,
int small,
int xsmall)
Creates new column with providing sizes for different screens sizes
|
static Column |
Column.span(int xLarge,
int large,
int medium,
int small,
int xsmall)
Creates new column with providing sizes for different screens sizes
|
static Column |
Column.span1()
Creates new column with size of 1 column for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
Column.span10()
Creates new column with size of 10 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
Column.span11()
Creates new column with size of 11 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
Column.span12()
Creates new column with size of 12 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
Column.span13()
Creates new column with size of 13 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
Column.span14()
Creates new column with size of 14 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
Column.span15()
Creates new column with size of 15 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
Column.span16()
Creates new column with size of 16 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
Column.span17()
Creates new column with size of 17 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
Column.span18()
Creates new column with size of 18 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
Column.span19()
Creates new column with size of 19 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
Column.span2()
Creates new column with size of 2 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
Column.span20()
Creates new column with size of 20 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
Column.span21()
Creates new column with size of 21 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
Column.span22()
Creates new column with size of 22 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
Column.span23()
Creates new column with size of 23 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
Column.span24()
Creates new column with size of 24 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
Column.span25()
Creates new column with size of 25 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
Column.span26()
Creates new column with size of 26 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
Column.span27()
Creates new column with size of 27 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
Column.span28()
Creates new column with size of 28 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
Column.span29()
Creates new column with size of 29 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
Column.span3()
Creates new column with size of 3 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
Column.span30()
Creates new column with size of 30 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
Column.span31()
Creates new column with size of 31 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
Column.span32()
Creates new column with size of 32 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
Column.span4()
Creates new column with size of 4 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
Column.span5()
Creates new column with size of 5 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
Column.span6()
Creates new column with size of 6 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
Column.span7()
Creates new column with size of 7 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
Column.span8()
Creates new column with size of 8 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
static Column |
Column.span9()
Creates new column with size of 9 columns for screens that are larger or equal medium and size
of full row for screens that are smaller and equal small
|
| Modifier and Type | Method and Description |
|---|---|
T |
Row.addColumn(Column column)
Adds new column
|
T |
Row.appendChild(Column column)
Adds new column
|
| Modifier and Type | Method and Description |
|---|---|
T |
Row.fullSpan(Consumer<Column> consumer)
Adds a column which cover all the row
|
Row_12 |
Row_12.span1(Consumer<Column> consumer)
Creates column which has a size of 1 column of the 12 columns defined
|
Row_24 |
Row_24.span1(Consumer<Column> consumer)
Creates column which has a size of 1 column of the 24 columns defined
|
Row_32 |
Row_32.span1(Consumer<Column> consumer)
Creates column which has a size of 1 column of the 32 columns defined
|
Row_16 |
Row_16.span1(Consumer<Column> consumer)
Creates column which has a size of 1 column of the 16 columns defined
|
Row_18 |
Row_18.span1(Consumer<Column> consumer)
Creates column which has a size of 1 column of the 18 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_24 |
Row_24.span10(Consumer<Column> consumer)
Creates column which has a size of 10 columns of the 24 columns defined
|
Row_32 |
Row_32.span10(Consumer<Column> consumer)
Creates column which has a size of 10 columns of the 32 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_18 |
Row_18.span10(Consumer<Column> consumer)
Creates column which has a size of 10 columns of the 18 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_24 |
Row_24.span11(Consumer<Column> consumer)
Creates column which has a size of 11 columns of the 24 columns defined
|
Row_32 |
Row_32.span11(Consumer<Column> consumer)
Creates column which has a size of 11 columns of the 32 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_18 |
Row_18.span11(Consumer<Column> consumer)
Creates column which has a size of 11 columns of the 18 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_24 |
Row_24.span12(Consumer<Column> consumer)
Creates column which has a size of 12 columns of the 24 columns defined
|
Row_32 |
Row_32.span12(Consumer<Column> consumer)
Creates column which has a size of 12 columns of the 32 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_18 |
Row_18.span12(Consumer<Column> consumer)
Creates column which has a size of 12 columns of the 18 columns defined
|
Row_24 |
Row_24.span13(Consumer<Column> consumer)
Creates column which has a size of 13 columns of the 24 columns defined
|
Row_32 |
Row_32.span13(Consumer<Column> consumer)
Creates column which has a size of 13 columns of the 32 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_18 |
Row_18.span13(Consumer<Column> consumer)
Creates column which has a size of 13 columns of the 18 columns defined
|
Row_24 |
Row_24.span14(Consumer<Column> consumer)
Creates column which has a size of 14 columns of the 24 columns defined
|
Row_32 |
Row_32.span14(Consumer<Column> consumer)
Creates column which has a size of 14 columns of the 32 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_18 |
Row_18.span14(Consumer<Column> consumer)
Creates column which has a size of 14 columns of the 18 columns defined
|
Row_24 |
Row_24.span15(Consumer<Column> consumer)
Creates column which has a size of 15 columns of the 24 columns defined
|
Row_32 |
Row_32.span15(Consumer<Column> consumer)
Creates column which has a size of 15 columns of the 32 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_18 |
Row_18.span15(Consumer<Column> consumer)
Creates column which has a size of 15 columns of the 18 columns defined
|
Row_24 |
Row_24.span16(Consumer<Column> consumer)
Creates column which has a size of 16 columns of the 24 columns defined
|
Row_32 |
Row_32.span16(Consumer<Column> consumer)
Creates column which has a size of 16 columns of the 32 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_18 |
Row_18.span16(Consumer<Column> consumer)
Creates column which has a size of 16 columns of the 18 columns defined
|
Row_24 |
Row_24.span17(Consumer<Column> consumer)
Creates column which has a size of 17 columns of the 24 columns defined
|
Row_32 |
Row_32.span17(Consumer<Column> consumer)
Creates column which has a size of 17 columns of the 32 columns defined
|
Row_18 |
Row_18.span17(Consumer<Column> consumer)
Creates column which has a size of 17 columns of the 18 columns defined
|
Row_24 |
Row_24.span18(Consumer<Column> consumer)
Creates column which has a size of 18 columns of the 24 columns defined
|
Row_32 |
Row_32.span18(Consumer<Column> consumer)
Creates column which has a size of 18 columns of the 32 columns defined
|
Row_18 |
Row_18.span18(Consumer<Column> consumer)
Creates column which has a size of 18 columns of the 18 columns defined
|
Row_24 |
Row_24.span19(Consumer<Column> consumer)
Creates column which has a size of 19 columns of the 24 columns defined
|
Row_32 |
Row_32.span19(Consumer<Column> consumer)
Creates column which has a size of 19 columns of the 32 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_24 |
Row_24.span2(Consumer<Column> consumer)
Creates column which has a size of 2 columns of the 24 columns defined
|
Row_32 |
Row_32.span2(Consumer<Column> consumer)
Creates column which has a size of 2 columns of the 32 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_18 |
Row_18.span2(Consumer<Column> consumer)
Creates column which has a size of 2 columns of the 18 columns defined
|
Row_24 |
Row_24.span20(Consumer<Column> consumer)
Creates column which has a size of 20 columns of the 24 columns defined
|
Row_32 |
Row_32.span20(Consumer<Column> consumer)
Creates column which has a size of 20 columns of the 32 columns defined
|
Row_24 |
Row_24.span21(Consumer<Column> consumer)
Creates column which has a size of 21 columns of the 24 columns defined
|
Row_32 |
Row_32.span21(Consumer<Column> consumer)
Creates column which has a size of 21 columns of the 32 columns defined
|
Row_24 |
Row_24.span22(Consumer<Column> consumer)
Creates column which has a size of 22 columns of the 24 columns defined
|
Row_32 |
Row_32.span22(Consumer<Column> consumer)
Creates column which has a size of 22 columns of the 32 columns defined
|
Row_24 |
Row_24.span23(Consumer<Column> consumer)
Creates column which has a size of 23 columns of the 24 columns defined
|
Row_32 |
Row_32.span23(Consumer<Column> consumer)
Creates column which has a size of 23 columns of the 32 columns defined
|
Row_24 |
Row_24.span24(Consumer<Column> consumer)
Creates column which has a size of 24 columns of the 24 columns defined
|
Row_32 |
Row_32.span24(Consumer<Column> consumer)
Creates column which has a size of 24 columns of the 32 columns defined
|
Row_32 |
Row_32.span25(Consumer<Column> consumer)
Creates column which has a size of 25 columns of the 32 columns defined
|
Row_32 |
Row_32.span26(Consumer<Column> consumer)
Creates column which has a size of 26 columns of the 32 columns defined
|
Row_32 |
Row_32.span27(Consumer<Column> consumer)
Creates column which has a size of 27 columns of the 32 columns defined
|
Row_32 |
Row_32.span28(Consumer<Column> consumer)
Creates column which has a size of 28 columns of the 32 columns defined
|
Row_32 |
Row_32.span29(Consumer<Column> consumer)
Creates column which has a size of 29 columns of the 32 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_24 |
Row_24.span3(Consumer<Column> consumer)
Creates column which has a size of 3 columns of the 24 columns defined
|
Row_32 |
Row_32.span3(Consumer<Column> consumer)
Creates column which has a size of 3 columns of the 32 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_18 |
Row_18.span3(Consumer<Column> consumer)
Creates column which has a size of 3 columns of the 18 columns defined
|
Row_32 |
Row_32.span30(Consumer<Column> consumer)
Creates column which has a size of 30 columns of the 32 columns defined
|
Row_32 |
Row_32.span31(Consumer<Column> consumer)
Creates column which has a size of 31 columns of the 32 columns defined
|
Row_32 |
Row_32.span32(Consumer<Column> consumer)
Creates column which has a size of 32 columns of the 32 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_24 |
Row_24.span4(Consumer<Column> consumer)
Creates column which has a size of 4 columns of the 24 columns defined
|
Row_32 |
Row_32.span4(Consumer<Column> consumer)
Creates column which has a size of 4 columns of the 32 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_18 |
Row_18.span4(Consumer<Column> consumer)
Creates column which has a size of 4 columns of the 18 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_24 |
Row_24.span5(Consumer<Column> consumer)
Creates column which has a size of 5 columns of the 24 columns defined
|
Row_32 |
Row_32.span5(Consumer<Column> consumer)
Creates column which has a size of 5 columns of the 32 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_18 |
Row_18.span5(Consumer<Column> consumer)
Creates column which has a size of 5 columns of the 18 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_24 |
Row_24.span6(Consumer<Column> consumer)
Creates column which has a size of 6 columns of the 24 columns defined
|
Row_32 |
Row_32.span6(Consumer<Column> consumer)
Creates column which has a size of 6 columns of the 32 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_18 |
Row_18.span6(Consumer<Column> consumer)
Creates column which has a size of 6 columns of the 18 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_24 |
Row_24.span7(Consumer<Column> consumer)
Creates column which has a size of 7 columns of the 24 columns defined
|
Row_32 |
Row_32.span7(Consumer<Column> consumer)
Creates column which has a size of 7 columns of the 32 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_18 |
Row_18.span7(Consumer<Column> consumer)
Creates column which has a size of 7 columns of the 18 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_24 |
Row_24.span8(Consumer<Column> consumer)
Creates column which has a size of 8 columns of the 24 columns defined
|
Row_32 |
Row_32.span8(Consumer<Column> consumer)
Creates column which has a size of 8 columns of the 32 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_18 |
Row_18.span8(Consumer<Column> consumer)
Creates column which has a size of 8 columns of the 18 columns defined
|
Row_12 |
Row_12.span9(Consumer<Column> consumer)
Creates column which has a size of 9 columns of the 12 columns defined
|
Row_24 |
Row_24.span9(Consumer<Column> consumer)
Creates column which has a size of 9 columns of the 24 columns defined
|
Row_32 |
Row_32.span9(Consumer<Column> consumer)
Creates column which has a size of 9 columns of the 32 columns defined
|
Row_16 |
Row_16.span9(Consumer<Column> consumer)
Creates column which has a size of 9 columns of the 16 columns defined
|
Row_18 |
Row_18.span9(Consumer<Column> consumer)
Creates column which has a size of 9 columns of the 18 columns defined
|
Copyright © 2019–2022 Dominokit. All rights reserved.