Index

A B C F G R S 
All Classes and Interfaces|All Packages|Serialized Form

A

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

B

Board - Class in com.vaadin.flow.component.board
Deprecated, for removal: This API element is subject to removal in a future version.
Board is deprecated and will be removed in Vaadin 26. Consider using Dashboard as an alternative.
Board() - Constructor for class com.vaadin.flow.component.board.Board
Deprecated.
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
Deprecated.
Gets the number of columns the given component spans.

R

redraw() - Method in class com.vaadin.flow.component.board.Board
Deprecated.
Forces the board to be redrawn.
removeRow(Row) - Method in class com.vaadin.flow.component.board.Board
Deprecated.
Removes the given row from the board.
Row - Class in com.vaadin.flow.component.board
Deprecated, for removal: This API element is subject to removal in a future version.
Board Row is deprecated and will be removed in Vaadin 26. Consider using Dashboard as an alternative.
Row() - Constructor for class com.vaadin.flow.component.board.Row
Deprecated.
Creates an empty row.
Row(Component...) - Constructor for class com.vaadin.flow.component.board.Row
Deprecated.
Creates an new row with the given components.

S

setComponentSpan(Component, int) - Method in class com.vaadin.flow.component.board.Row
Deprecated.
Sets the number of columns the given component spans.
A B C F G R S 
All Classes and Interfaces|All Packages|Serialized Form