com.vaadin.flow.component.dashboard.
Package com.vaadin.flow.component.dashboard
-
ClassDescription
Dashboard is a responsive layout component that allows users to organize widgets either directly within the dashboard or optionally group them into sections.
The internationalization properties for
Dashboard
.Fired when an item was moved.
Fired when an item enters or exits move mode.
Fired when an item was removed.
Fired when a widget was resized.
Fired when an item enters or exits resize mode.
Fired when an item was selected.
DashboardSection is a container for organizing multiple
DashboardWidget
instances within aDashboard
.DashboardWidget represents a customizable widget that can be placed within a
Dashboard
.An exception which is thrown when somebody attempts to use
Dashboard
orDashboardWidget
components without activating the associated feature flag first.HasWidgets is an interface for components that can contain and manage multiple
DashboardWidget
instances.