File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
vaadin-board-flow-parent/vaadin-board-flow/src/main/java/com/vaadin/flow/component/board Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 24
24
* Row consists of four columns, and can contain up to four components taking
25
25
* one column each, or fewer components with multiple columns each as long as
26
26
* sum of columns stays less than or equal to four.
27
- * <p>
27
+ *
28
+ * @deprecated Board is deprecated and will be removed in Vaadin 26. Consider
29
+ * using Dashboard as an alternative.
28
30
*/
29
31
@ Tag ("vaadin-board" )
30
32
@ NpmPackage (value = "@vaadin/board" , version = "25.0.0-alpha15" )
31
33
@ JsModule ("@vaadin/board/src/vaadin-board.js" )
34
+ @ Deprecated (since = "25.0" , forRemoval = true )
32
35
public class Board extends Component
33
36
implements HasSize , HasStyle , HasOrderedComponents {
34
37
Original file line number Diff line number Diff line change 26
26
* taking one column each, or fewer components with multiple columns each as
27
27
* long as sum of columns stays less than or equal to four.
28
28
*
29
- * <p>
29
+ * @deprecated Board Row is deprecated and will be removed in Vaadin 26.
30
+ * Consider using Dashboard as an alternative.
30
31
*/
31
32
@ Tag ("vaadin-board-row" )
32
33
@ NpmPackage (value = "@vaadin/board" , version = "25.0.0-alpha15" )
33
34
@ JsModule ("@vaadin/board/src/vaadin-board-row.js" )
35
+ @ Deprecated (since = "25.0" , forRemoval = true )
34
36
public class Row extends Component
35
37
implements HasStyle , HasSize , HasOrderedComponents {
36
38
You can’t perform that action at this time.
0 commit comments