You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vaadin-dashboard-flow-parent/vaadin-dashboard-flow-integration-tests/src/main/java/com/vaadin/flow/component/dashboard/tests/DashboardWidgetPage.java
Copy file name to clipboardExpand all lines: vaadin-dashboard-flow-parent/vaadin-dashboard-flow/src/main/java/com/vaadin/flow/component/dashboard/DashboardWidget.java
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
/**
18
18
* DashboardWidget represents a customizable widget that can be placed within a
19
19
* {@link Dashboard}. It supports layout options such as colspan and rowspan,
20
-
* and allows setting content and a header component.
20
+
* and allows setting content and header content.
21
21
*
22
22
* @see Dashboard
23
23
*
@@ -140,24 +140,24 @@ public void setContent(Component content) {
140
140
}
141
141
142
142
/**
143
-
* Gets the component in the header content slot of this widget.
143
+
* Gets the content in the header content slot of this widget.
144
144
*
145
-
* @return the header component of this widget, or {@code null} if no header
146
-
* component has been set
145
+
* @return the header content of this widget, or {@code null} if no header
Copy file name to clipboardExpand all lines: vaadin-dashboard-flow-parent/vaadin-dashboard-flow/src/test/java/com/vaadin/flow/component/dashboard/tests/DashboardWidgetTest.java
+19-19Lines changed: 19 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -173,59 +173,59 @@ public void setNullContentToNonEmptyWidget_contentIsRemoved() {
0 commit comments