com.vaadin.flow.component.dashboard.
Uses of Package
com.vaadin.flow.component.dashboard
-
Classes in com.vaadin.flow.component.dashboard used by com.vaadin.flow.component.dashboardClassDescription
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
.The set of theme variants applicable to the
vaadin-dashboard
andvaadin-dashboard-layout
components.DashboardWidget represents a customizable widget that can be placed within a
Dashboard
.HasWidgets is an interface for components that can contain and manage multiple
DashboardWidget
instances.