| Package | Description |
|---|---|
| org.dominokit.domino.ui.grid |
| Modifier and Type | Field and Description |
|---|---|
protected Columns |
Row.columns |
| Modifier and Type | Method and Description |
|---|---|
static Columns |
Columns.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Columns[] |
Columns.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Row<T>> |
Row.create(Columns columns)
Creates a grid row with
columns count |
| Constructor and Description |
|---|
Row(Columns columns) |
Copyright © 2019–2022 Dominokit. All rights reserved.