Uses of Class
com.vaadin.flow.component.dashboard.DashboardWidget
-
Uses of DashboardWidget in com.vaadin.flow.component.dashboard
Methods in com.vaadin.flow.component.dashboard that return DashboardWidgetMethods in com.vaadin.flow.component.dashboard that return types with arguments of type DashboardWidgetModifier and TypeMethodDescriptionDashboard.getWidgets()Returns a flattened list of all the widgets in this dashboard.DashboardSection.getWidgets()HasWidgets.getWidgets()Returns the widgets in this component.Methods in com.vaadin.flow.component.dashboard with parameters of type DashboardWidgetModifier and TypeMethodDescriptiondefault voidHasWidgets.add(DashboardWidget... widgets) Adds the given widgets to this component.voidDashboard.addWidgetAtIndex(int index, DashboardWidget widget) Adds the given widget as child of this dashboard at the specific index.voidDashboardSection.addWidgetAtIndex(int index, DashboardWidget widget) voidHasWidgets.addWidgetAtIndex(int index, DashboardWidget widget) Adds the given widget as child of this component at the specific index.default voidHasWidgets.remove(DashboardWidget... widgets) Removes the given widgets from this component.Method parameters in com.vaadin.flow.component.dashboard with type arguments of type DashboardWidgetModifier and TypeMethodDescriptionvoidDashboard.add(Collection<DashboardWidget> widgets) voidDashboardSection.add(Collection<DashboardWidget> widgets) voidHasWidgets.add(Collection<DashboardWidget> widgets) Adds the given widgets to this component.voidDashboard.remove(Collection<DashboardWidget> widgets) voidDashboardSection.remove(Collection<DashboardWidget> widgets) voidHasWidgets.remove(Collection<DashboardWidget> widgets) Removes the given widgets from this component.Constructors in com.vaadin.flow.component.dashboard with parameters of type DashboardWidgetModifierConstructorDescriptionDashboardItemResizedEvent(Dashboard source, boolean fromClient, DashboardWidget item, List<com.vaadin.flow.component.Component> items) Creates a dashboard item resized event.