Skip navigation links
A B C F G R S 

A

add(Component...) - Method in class com.vaadin.flow.component.board.Row
Adds the given component(s) to the row.
add(Component, int) - Method in class com.vaadin.flow.component.board.Row
Adds the given component to the row using the given number of columns.
addNestedRow(Row) - Method in class com.vaadin.flow.component.board.Row
Adds the given row as a nested row to the current row.
addRow(Component...) - Method in class com.vaadin.flow.component.board.Board
Creates a new row and adds the given components to the row.

B

Board - Class in com.vaadin.flow.component.board
Vaadin Board allows creating responsive layouts in an easy way.
Board() - Constructor for class com.vaadin.flow.component.board.Board
Creates an empty board.

C

callOnceOnClientReponse(Component, String) - Static method in class com.vaadin.flow.component.board.internal.FunctionCaller
An internal helper for executing a JS function only once after other updates have been done.
com.vaadin.flow.component.board - package com.vaadin.flow.component.board
 
com.vaadin.flow.component.board.internal - package com.vaadin.flow.component.board.internal
 

F

FunctionCaller - Class in com.vaadin.flow.component.board.internal
 
FunctionCaller() - Constructor for class com.vaadin.flow.component.board.internal.FunctionCaller
 

G

getComponentSpan(Component) - Method in class com.vaadin.flow.component.board.Row
Gets the number of columns the given component spans.

R

redraw() - Method in class com.vaadin.flow.component.board.Board
Forces the board to be redrawn.
removeRow(Row) - Method in class com.vaadin.flow.component.board.Board
Removes the given row from the board.
Row - Class in com.vaadin.flow.component.board
Row class to define rows used in a Board instance.
Row() - Constructor for class com.vaadin.flow.component.board.Row
Creates an empty row.
Row(Component...) - Constructor for class com.vaadin.flow.component.board.Row
Creates an new row with the given components.

S

setComponentSpan(Component, int) - Method in class com.vaadin.flow.component.board.Row
Sets the number of columns the given component spans.
A B C F G R S 
Skip navigation links

Copyright © 2026. All rights reserved.