We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.dashboard.
Uses of Package
com.vaadin.flow.component.dashboard
Packages that use 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
.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.