Package | Description |
---|---|
com.vaadin.flow.component.board |
Modifier and Type | Method and Description |
---|---|
Row |
Board.addRow(Component... components)
Creates a new row and adds the given components to the row.
|
Modifier and Type | Method and Description |
---|---|
void |
Row.addNestedRow(Row row)
Adds the given row as a nested row to the current row.
|
void |
Board.removeRow(Row row)
Removes the given row from the board.
|
Copyright © 2025. All rights reserved.