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.
Uses of Class
com.vaadin.flow.component.dashboard.Dashboard
Packages that use Dashboard
-
Uses of Dashboard in com.vaadin.flow.component.dashboard
Constructors in com.vaadin.flow.component.dashboard with parameters of type DashboardModifierConstructorDescriptionDashboardItemMovedEvent
(Dashboard source, boolean fromClient, Component item, List<Component> items, DashboardSection section) Creates a dashboard item moved event.
DashboardItemMoveModeChangedEvent
(Dashboard source, boolean fromClient, int itemId, boolean moveMode) Creates a dashboard item move mode changed event.
DashboardItemRemovedEvent
(Dashboard source, boolean fromClient, Component item, List<Component> items) Creates a dashboard item removed event.
DashboardItemResizedEvent
(Dashboard source, boolean fromClient, DashboardWidget item, List<Component> items) Creates a dashboard item resized event.
DashboardItemResizeModeChangedEvent
(Dashboard source, boolean fromClient, int itemId, boolean resizeMode) Creates a dashboard item resize mode changed event.
DashboardItemSelectedChangedEvent
(Dashboard source, boolean fromClient, int itemId, boolean selected) Creates a dashboard item selected changed event.