Uses of Interface
com.vaadin.flow.component.dashboard.DashboardItemRemoveHandler
-
Uses of DashboardItemRemoveHandler in com.vaadin.flow.component.dashboard
Methods in com.vaadin.flow.component.dashboard that return DashboardItemRemoveHandlerModifier and TypeMethodDescriptionDashboard.getItemRemoveHandler()Returns the current item remove handler.Methods in com.vaadin.flow.component.dashboard with parameters of type DashboardItemRemoveHandlerModifier and TypeMethodDescriptionvoidDashboard.setItemRemoveHandler(DashboardItemRemoveHandler handler) Sets a handler for intercepting item removal from the dashboard.