Uses of Class
com.vaadin.flow.component.dashboard.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, com.vaadin.flow.component.Component item, List<com.vaadin.flow.component.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, com.vaadin.flow.component.Component item, List<com.vaadin.flow.component.Component> items) Creates a dashboard item removed event.DashboardItemResizedEvent(Dashboard source, boolean fromClient, DashboardWidget item, List<com.vaadin.flow.component.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.