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.DashboardWidget
Packages that use 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 void
HasWidgets.add
(DashboardWidget... widgets) Adds the given widgets to this component.
void
Dashboard.addWidgetAtIndex
(int index, DashboardWidget widget) Adds the given widget as child of this dashboard at the specific index.
void
DashboardSection.addWidgetAtIndex
(int index, DashboardWidget widget) void
HasWidgets.addWidgetAtIndex
(int index, DashboardWidget widget) Adds the given widget as child of this component at the specific index.
default void
HasWidgets.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 TypeMethodDescriptionvoid
Dashboard.add
(Collection<DashboardWidget> widgets) void
DashboardSection.add
(Collection<DashboardWidget> widgets) void
HasWidgets.add
(Collection<DashboardWidget> widgets) Adds the given widgets to this component.
void
Dashboard.remove
(Collection<DashboardWidget> widgets) void
DashboardSection.remove
(Collection<DashboardWidget> widgets) void
HasWidgets.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<Component> items) Creates a dashboard item resized event.