Class DashboardChildDetachHandler
java.lang.Object
com.vaadin.flow.component.dashboard.DashboardChildDetachHandler
- All Implemented Interfaces:
ElementDetachListener,Serializable
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked when an element is detached from the UI.
-
Method Details
-
onDetach
Description copied from interface:ElementDetachListenerInvoked when an element is detached from the UI.- Specified by:
onDetachin interfaceElementDetachListener- Parameters:
e- the detach event fired
-