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.DashboardSection
Packages that use DashboardSection
-
Uses of DashboardSection in com.vaadin.flow.component.dashboard
Methods in com.vaadin.flow.component.dashboard that return DashboardSectionModifier and TypeMethodDescriptionDashboard.addSection()
Adds an empty section to this dashboard.
Dashboard.addSection
(String title) Adds an empty section to this dashboard.
Methods in com.vaadin.flow.component.dashboard that return types with arguments of type DashboardSectionModifier and TypeMethodDescriptionDashboardItemMovedEvent.getSection()
Returns the section that contains the moved item, or an empty optional if the item is a direct child of the dashboard
Methods in com.vaadin.flow.component.dashboard with parameters of type DashboardSectionModifier and TypeMethodDescriptionvoid
Dashboard.addSection
(DashboardSection section) Adds the given section to this dashboard.
void
Dashboard.remove
(DashboardSection section) Removes the given section from this component.
Constructors in com.vaadin.flow.component.dashboard with parameters of type DashboardSectionModifierConstructorDescriptionDashboardItemMovedEvent
(Dashboard source, boolean fromClient, Component item, List<Component> items, DashboardSection section) Creates a dashboard item moved event.